# Virtual disk format conversions

### qemu-img utility

You can download the [qemu-img utility for Windows from here](https://cloudbase.it/qemu-img-windows/).

### OVA to VHDX

```
qemu-img.exe -p convert source.vmdk -O vhdx -o subformat=fixed destination.vhdx
```

\#end