.OVF

OVF File

Open Virtualization Format Descriptor
Ask a question
QUICK ANSWER

An OVF file is an XML document that describes a virtual machine - its CPU, RAM, network adapters, and references to the actual disk images. You import it into a hypervisor (VirtualBox or VMware), not open it like a document. The .ovf must stay with its companion .vmdk and .mf files or the import will fail.

Developer: DMTF (Distributed Management Task Force); co-authored/promoted by VMware Category: Disk Image Files Open standard MIME: application/vnd.vmware.ovf
OPENS ON Windows macOS Linux
Related: .BIN · .ISO · .MDF · .DMG

On this page

19k+ extensions indexed
Last reviewed Aug 11, 2026

Not sure what your file is?

Drop any file into our identifier - we read just the first bytes to name the format.

Identify a file

What is the OVF file format?

.ovf is an XML text file designed for the distribution of software for virtual machines. Rather than containing disk data itself, it describes the properties of a virtual machine or appliance and is always deployed alongside the disk image files it references - typically .vmdk or .vhd - plus a companion .mf manifest that records checksums for integrity verification. The complete set is standardised by the DMTF (Distributed Management Task Force) under specification DSP0243. An alternative single-file packaging of the same content is the .ova archive, which bundles all files in a TAR container.

An .ovf package includes basic information: the name of a virtual machine, processor, mass storage, network and memory settings, and other parameters. Beyond the core hardware description, it is possible to add non-standard elements such as comments, start-up parameters, minimal requirements and other vendor-specific extensions.

.ovf files do not depend on a specific hypervisor or processor architecture - they are neutral regarding platform. Because of this specification, certain standards in virtual machine presentation and portability are widely applied across the industry. Unlike proprietary formats such as .vmx, the OVF standard provides a common baseline that clients and providers can rely on.

.ovf files enable flexible, safe and efficient distribution of software for enterprise deployments while maintaining mobility of virtual machines across multiple platforms. As a result, clients and providers can easily deploy a virtual machine based on the OVF standard on any virtualisation platform. The format also makes it easy to configure a virtual machine before first boot.

Security & safety

RISK: MEDIUM

An OVF package delivers a complete, bootable operating system someone else built - treat it like an executable, not a document. A malicious or backdoored appliance runs real software the moment you power it on. Mitigations: download appliances only from the vendor or a trusted source, verify the .mf/.cert checksums when provided, keep the VM on an isolated/NAT network until you trust it, and don't share host folders or clipboard with an unknown guest. The .ovf XML on disk is inert; importing and starting the VM is what runs code.

Format details

in a nutshell
FULL NAMEOpen Virtualization Format Descriptoraka OVF descriptor, Open Virtualization Format Package
DEVELOPERDMTF (Distributed Management Task Force); co-authored/promoted by VMwaresince OVF 1.0 published by DMTF in 2009 (DSP0243)
MIME TYPEapplication/vnd.vmware.ovf
TYPEXML descriptor for a virtual machine / appliance (text), references separate disk images
STANDARDOpen · royalty-free

Programs that open OVF files

Windows3 apps
VMware OVF Tool Free Command line: ovftool source.ovf target.vmx - validate or convert the descriptor to VMware runtime format.
Oracle VirtualBox Open-source File > Import Appliance, select the .ovf, review CPU/RAM/disk, then Import. Keep the .vmdk/.mf in the same folder.
VMware Workstation Pro Free File > Open, pick the .ovf; free for personal use since 2024 (Broadcom). A free Broadcom account is needed to download.
macOS3 apps
VMware OVF Tool Free ovftool source.ovf target.vmx to validate/convert from the command line.
Oracle VirtualBox Open-source File > Import Appliance, select the .ovf. Apple-silicon Macs need the VirtualBox ARM build and an ARM guest.
VMware Fusion Pro Free File > Import, choose the .ovf; free for personal use since 2024.
Linux3 apps
VMware OVF Tool Free ovftool descriptor.ovf out.vmx - convert/validate. Now hosted on developer.broadcom.com.
Oracle VirtualBox Open-source File > Import Appliance, or CLI: VBoxManage import appliance.ovf.
GNOME Boxes / virt-manager (QEMU/KVM) Open-source Convert the referenced .vmdk with qemu-img to qcow2, then create a VM around it (KVM has no direct OVF importer).

Technical details

deep spec
File typePlain-text XML descriptor - not a disk image itself
Root element`<Envelope>` in the DMTF OVF namespace (`http://schemas.dmtf.org/ovf/envelope/1`)
Character encodingUTF-8 (XML)
Typical file size2 KB - 50 KB for the XML descriptor; referenced disk images alongside it are gigabytes
MIME type`application/vnd.vmware.ovf`; also recognized as `application/xml`
OVF version signaled byXML namespace suffix: `envelope/1` for OVF 1.x, `envelope/2` for OVF 2.x
Hardware describedCPU count, RAM, network adapters, disk controller type, disk references, and guest OS type
Multi-file requirementMust be deployed with sibling `.vmdk` or `.vhd` disk images and usually a `.mf` manifest
Integrity verificationCompanion `.mf` file lists SHA-1 or SHA-256 checksums of every file in the package
Single-file equivalent`.ova` - a TAR archive bundling the `.ovf` descriptor, disk images and manifest together
CompressionNone in the `.ovf` file itself; referenced VMDK disks may use streamOptimized compression
Platform neutralityHypervisor- and architecture-independent; supported by VMware, VirtualBox, QEMU/KVM and Hyper-V
Standards bodyDMTF (Distributed Management Task Force), specification DSP0243; also ratified as ISO/IEC 17203:2017
Optional signingA `.cert` file alongside the package signs the `.mf` manifest using X.509 certificates
ReleasedOVF 1.0 published by DMTF in 2009 (DSP0243)
Latest versionOVF 2.1.1 (DMTF DSP0243, 2015); ISO/IEC 17203:2017
Open standardYes · royalty-free
Specificationwww.dmtf.org

OVF conversions

Community Q&A

asked by users
Ask a quick question
Get help from people who work with OVF files. Be specific - include your system and software version.
No account needed · answers usually within a day

No questions yet - be the first to ask about OVF files.

Frequently asked questions

How do I open an OVF file?
You import it into a hypervisor, not a viewer. In VirtualBox use File > Import Appliance; in VMware Workstation/Fusion use File > Open. Keep the .ovf together with its .vmdk and .mf files.
What's the difference between OVF and OVA?
Same standard, different packaging. OVF is a folder of files (XML descriptor + separate disks + manifest); OVA bundles them into a single TAR file for easier transfer.
My OVF import fails - what's wrong?
Most often a missing companion file (the .vmdk or .mf isn't in the same folder), a checksum mismatch from an incomplete download, or a hardware section the target hypervisor rejects - retry with 'relax/ignore OVF validation'.
Is VirtualBox or VMware free for opening OVF?
Both. VirtualBox is open-source and free; VMware Workstation Pro and Fusion Pro became free for personal use in 2024 after Broadcom's acquisition (free account required to download).
Can I import a VMware OVF into VirtualBox?
Usually yes - OVF is a cross-vendor standard. If the import complains about hardware sections, retry with 'continue/relax validation', or convert first with VMware's ovftool.
How do I turn an OVF folder back into a single OVA?
Run 'ovftool package.ovf package.ova', or simply TAR the folder. OVA is just a TAR of the OVF files.

References

1ISO/IEC 17203:2017 - Open Virtualization Format (OVF) specificationwww.iso.org
2Oracle VirtualBox - Importing and Exporting Appliancesdocs.oracle.com

Keep exploring

across the database

Top extensions this week

1.AQQAQQ Instant Messenger File
2.CRDOWNLOADChrome Partial Download File
3.MDMarkdown Document
4.BINCD/DVD Disc Image (BIN/CUE)
5.PARTPartial Download File
6.RPMSGRestricted Permission Message
7.NOMEDIAAndroid No-Media Marker File
8.EXEWindows Executable (Portable Executable)
9.AVIFAV1 Image File Format (AVIF)
10.ICSiCalendar data file

Related extensions

.BINCD/DVD Disc Image (BIN/CUE)
.ISOISO disc image (ISO 9660 / UDF)
.MDFMedia Descriptor File (Alcohol 120% / DAEMON Tools disc image)
.DMGApple Disk Image
.NRGNero Burning ROM Disc Image
.TIBAcronis True Image Backup

Free file tools

An in-browser file identifier and image converter - everything runs on your device.

Open the toolbox

Browse file extensions A-Z