Wingetlywingetly
← All apps

QEMU

by QEMU Communityv11.1.0

Last updated

A generic and open source machine emulator and virtualizer.

Install with winget

$ winget install --id SoftwareFreedomConservancy.QEMU --exact --version 11.1.0

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for QEMU

QEMU uses EXE (NSIS). The silent install switches are /S.

One-line silent install (x64, machine scope)
qemu-w64-setup-20260811.exe /S

See the full silent install reference for QEMU

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

QEMU is a generic and open source machine emulator and virtualizer.

QEMU can be used in several different ways. The most common is for System Emulation, where it provides a virtual model of an entire machine (CPU, memory and emulated devices) to run a guest OS. In this mode the CPU may be fully emulated, or it may work with a hypervisor such as KVM, Xen or Hypervisor.Framework to allow the guest to run directly on the host CPU.

The second supported way to use QEMU is User Mode Emulation, where QEMU can launch processes compiled for one CPU on another CPU. In this mode the CPU is always emulated.

QEMU also provides a number of standalone command line utilities, such as the qemu-img disk image utility that allows you to create, convert and modify disk images.

Installers · v11.1.0

ArchitectureTypeScopeInstallDownload
x64EXE
NSIS
machineDirect
arm64EXE
NSIS
machineDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

25 known CVEs via NVD

  • medium4.2Patched in wingetCVE-2025-54567affects <=10.0.3Jul 24, 2025

    hw/pci/pcie_sriov.c in QEMU through 10.0.3 mishandles the VF Enable bit write mask, a related issue to CVE-2024-26327.

  • medium4.2Patched in wingetCVE-2025-54566affects <=10.0.3Jul 24, 2025

    hw/pci/pcie_sriov.c in QEMU through 10.0.3 has a migration state inconsistency, a related issue to CVE-2024-26327.

  • high7.4Patched in wingetCVE-2024-7730affects before 9.1.0Nov 14, 2024

    A heap buffer overflow was found in the virtio-snd device in QEMU. When reading input audio in the virtio-snd input callback, virtio_snd_pcm_in_cb, the function did not check whether the iov can fit the data buffer. This issue can trigger an out-of-bounds write if the size of th...

  • medium6.0Patched in wingetCVE-2024-3447affects before 7.2.11, 8.2.3Nov 14, 2024

    A heap-based buffer overflow was found in the SDHCI device emulation of QEMU. The bug is triggered when both `s->data_count` and the size of `s->fifo_buffer` are set to 0x200, leading to an out-of-bound access. A malicious guest could use this flaw to crash the QEMU process on...

  • high8.2Patched in wingetCVE-2024-6519Oct 21, 2024

    A use-after-free vulnerability was found in the QEMU LSI53C895A SCSI Host Bus Adapter emulation. This issue can lead to a crash or VM escape.

  • medium5.5Patched in wingetCVE-2024-8354Sep 19, 2024

    A flaw was found in QEMU. An assertion failure was present in the usb_ep_get() function in hw/net/core.c when trying to get the USB endpoint from a USB device. This flaw may allow a malicious unprivileged guest user to crash the QEMU process on the host and cause a denial of ser...

  • medium6.8Patched in wingetCVE-2024-6505Jul 5, 2024

    A flaw was found in the virtio-net device in QEMU. When enabling the RSS feature on the virtio-net network card, the indirections_table data within RSS becomes controllable. Setting excessively large values may cause an index out-of-bounds issue, potentially resulting in heap ov...

  • medium5.5Patched in wingetCVE-2024-3567affects before 8.2.3Apr 10, 2024

    A flaw was found in QEMU. An assertion failure was present in the update_sctp_checksum() function in hw/net/net_tx_pkt.c when trying to calculate the checksum of a short-sized fragmented packet. This flaw allows a malicious guest to crash QEMU and cause a denial of service condi...

Showing 8 of 25. Source: NVD, updated 6h ago. Patch status is best-effort: NVD's fix version is compared against the latest version in winget, but the two version formats don't always align. Confirm with the vendor advisory before treating any specific build as safe.

See a CVE that affects your fleet? Push the patched version to Intune in one click with Pckgr - automated patching is the only way to keep up.

Related apps

  • Python 3.14Python Software Foundation
    Python.Python.3.14v3.14.7

    A programming language that lets you work more quickly and integrate your systems more effectively.

  • GoodbyeDPIValdikSS
    ValdikSS.GoodbyeDPIv0.2.3rc3

    This software is designed to bypass Deep Packet Inspection systems found in many Internet Service Providers which block access to certain websites.

  • Android StudioGoogle LLC
    Google.AndroidStudiov2026.1.4.7

    The official Integrated Development Environment (IDE) for Android app development.

  • Docker DesktopDocker Inc.
    Docker.DockerDesktopv4.90.0

    An application for the building and sharing of containerized applications.

  • Office Deployment ToolMicrosoft Corporation
    Microsoft.OfficeDeploymentToolv16.0.20326.20112

    A command-line tool that you can use to download and deploy Click-to-Run versions of Office, such as Microsoft 365 Apps for enterprise, to your client computers.

  • Python 3.13Python Software Foundation
    Python.Python.3.13v3.13.15

    Python is a programming language that lets you work more quickly and integrate your systems more effectively.

More from QEMU Community or browse emulator, ipxe, requirescmd.

Frequently asked questions

How do I install QEMU on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id SoftwareFreedomConservancy.QEMU --exact --version 11.1.0. winget downloads the installer from QEMU Community and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install QEMU silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id SoftwareFreedomConservancy.QEMU --exact 11.1.0 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for QEMU?
QEMU uses EXE (NSIS). Run the downloaded installer with: qemu-w64-setup-20260811.exe /S. The silent switches are /S.
How do I uninstall QEMU via winget?
Run: winget uninstall --id SoftwareFreedomConservancy.QEMU --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from QEMU's Apps & Features entry.
Is QEMU free?
QEMU is distributed under GPL-2.0. Refer to the publisher (https://qemu.weilnetz.de/) for the full license terms - Wingetly itself does not charge for installation.
Does QEMU work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls QEMU directly from the publisher.
How do I keep QEMU up to date?
Run winget upgrade --id SoftwareFreedomConservancy.QEMU --exact, or winget upgrade --all to update everything winget tracks. We index 10 versions of QEMU from microsoft/winget-pkgs.

Recent versions

  • 11.1.0latest
  • 11.0.50
  • 11.0.0
  • 10.2.0
  • 10.1.0
  • 10.0.0
  • 9.2.0
  • 9.1.0
  • 9.0.0
  • 8.2.0