.OVA

OVA File

Open Virtualization Format Archive
Ask a question
QUICK ANSWER

An OVA file is a single-file package of a complete virtual machine - its hardware configuration plus one or more virtual hard disks bundled into one TAR archive. You import it into a hypervisor rather than opening it like a document. VirtualBox (free, open-source) and VMware Workstation Pro (free for personal use since 2024) both handle it in a few clicks.

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

On this page

19k+ extensions indexed
Last reviewed Aug 14, 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 OVA file format?

The .ova format is used to store data packages concerning a virtual machine in a single portable file. Specifically, .ova files bundle an .ovf XML descriptor with supporting files - a .mf manifest, an optional .cert signature, and virtual-disk images (.vmdk or .vhd) - packaged as an uncompressed TAR archive.

Data contained within .ova files cannot be run as unprocessed software. They must be imported and processed with specialised applications designed for running virtual machines. The .ovf descriptor is always placed first in the TAR, allowing a hypervisor to read the VM configuration before extracting the disk images.

Security & safety

RISK: MEDIUM

An OVA 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 start it. 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 OVA file itself won't infect the host just by sitting on disk, but importing and powering it on does run its code.

Format details

in a nutshell
FULL NAMEOpen Virtualization Format Archive
DEVELOPERDMTF (Distributed Management Task Force); promoted by VMwaresince OVF 1.0 published by DMTF in 2009 (DSP0243); .ova single-file packaging followed
MIME TYPEapplication/x-virtualbox-ova
TYPETAR archive bundling an OVF descriptor + virtual disk(s) (binary container)
STANDARDOpen · royalty-free

Programs that open OVA files

Windows3 apps
7-Zip Open-source Right-click > 7-Zip > Open archive to inspect or extract the OVF/VMDK without importing (an OVA is a TAR).
Oracle VirtualBox Open-source File > Import Appliance, select the .ova, review/adjust CPU-RAM-disk, then Import.
VMware Workstation Pro Free File > Open, pick the .ova, choose a name/location; free for personal use since 2024 (Broadcom). Register a free Broadcom account to download.
macOS2 apps
Oracle VirtualBox Open-source File > Import Appliance, select the .ova, Import. Apple-silicon Macs need the VirtualBox ARM build and an ARM guest.
VMware Fusion Pro Free File > Import, choose the .ova; free for personal use since 2024.
Linux3 apps
VMware OVF Tool Free Command line: ovftool source.ova target.vmx - convert/validate OVA to VMware runtime format. Now hosted on developer.broadcom.com.
Oracle VirtualBox Open-source File > Import Appliance, or CLI: VBoxManage import appliance.ova.
GNOME Boxes / virt-manager (QEMU/KVM) Open-source Extract the .vmdk from the OVA (tar -xf), convert with qemu-img to qcow2, then create a VM around it.

Technical details

deep spec
Container formatUncompressed POSIX TAR archive (512-byte block records)
File signature`ustar` ASCII string at byte offset 257; no signature at byte 0
MIME type`application/x-virtualbox-ova`
First archive memberThe `.ovf` XML descriptor must appear first in the TAR, enabling streaming import before full extraction
OVF descriptorXML file conforming to the DMTF OVF schema (DSP8023); declares virtual hardware, disk references, networks and properties
Manifest file`.mf` file inside the archive lists SHA-1 or SHA-256 checksums for each packaged component
Signature fileOptional `.cert` file carries an X.509 certificate and signed digest for appliance authenticity verification
Supported virtual-disk formats`.vmdk` (VMware), `.vhd` / `.vhdx` (Microsoft), `.vdi` (VirtualBox)
CompressionNone at the OVA level; contained `.vmdk` images may use internal stream compression (zlib/deflate)
Multi-file counterpartAn `.ovf` package distributes the same files separately; `.ova` wraps them into one portable bundle
Command-line export (VMware)`ovftool source.vmx output.ova`
Command-line import (VirtualBox)`VBoxManage import appliance.ova`
TAR inspectionAny TAR utility (e.g., `tar -tf appliance.ova`) can list or extract internal files without a hypervisor
Hypervisor supportVMware ESXi, Workstation and Fusion; Oracle VirtualBox; QEMU/KVM via virt-manager; Microsoft Hyper-V with conversion
ReleasedOVF 1.0 published by DMTF in 2009 (DSP0243); .ova single-file packaging followed
Open standardYes · royalty-free
Specificationwww.dmtf.org

OVA conversions

Community Q&A

asked by users
Ask a quick question
Get help from people who work with OVA 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 OVA files.

Frequently asked questions

How do I open an OVA file?
You import it into a hypervisor, not a viewer. In VirtualBox use File > Import Appliance; in VMware Workstation/Fusion use File > Open/Import. Both then create a runnable VM from it.
Is VirtualBox or VMware free for opening OVA?
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 Broadcom account required to download).
How do I extract the VMDK disk from an OVA?
An OVA is a TAR archive - rename it to .tar or open it with 7-Zip and pull out the .vmdk (and the .ovf). No special tools needed.
Can I import a VMware OVA into VirtualBox?
Usually yes - OVF/OVA is a cross-vendor standard. If the import complains about hardware sections, retry with the 'relax OVF validation' / 'continue anyway' option, or convert with VMware's ovftool first.
What's the difference between OVA and OVF?
Same standard, different packaging. OVF is a folder of files (XML descriptor + separate disks); OVA bundles them into a single TAR file for easier transfer.
Why won't my OVA import?
Common causes: a checksum mismatch from an incomplete download, a hardware section the target hypervisor rejects (use 'ignore/relax validation'), or not enough free disk space for the expanded virtual disks.

References

1Oracle VirtualBox - Importing and Exporting Appliancesdocs.oracle.com
2DMTF - Open Virtualization Format (OVF) standardwww.dmtf.org

Keep exploring

across the database

Top extensions this week

1.AQQAQQ Instant Messenger File
2.BINCD/DVD Disc Image (BIN/CUE)
3.MDMarkdown Document
4.PARTPartial Download File
5.RPMSGRestricted Permission Message
6.CRDOWNLOADChrome Partial Download File
7.NOMEDIAAndroid No-Media Marker File
8.PRDXSoftMaker Presentations Document
9.PRO6XProPresenter 6 Bundle File
10.SWFSmall Web Format (Shockwave Flash)

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