Where is install.wim located? Windows image file location
Learn where install.wim lives on Windows installation ISO or USB, how to access it, and what to do if it’s missing. This practical guide from Install Manual covers paths, tools, and best practices.

The install.wim file is typically located in the sources folder of Windows installation media (ISO or USB), e.g., D:\sources\install.wim. If you can’t find it, check for install.esd as an alternative and confirm you’re viewing hidden/system folders.
What install.wim is and why it matters
If you’re asking where is install.wim located, the starting point is to understand that install.wim is a Windows Imaging Format container used by the Windows setup process. It stores the compressed image of the Windows edition you install, including drivers and system files. For IT professionals and DIY enthusiasts, knowing the location helps with offline deployment, customization, and troubleshooting. The Install Manual team emphasizes that this file is central to the deployment pipeline: you can mount, customize, and capture your own images from install.wim to fit specific hardware configurations. In practical terms, locating install.wim is the first step before any editing, extraction, or conversion tasks—whether you’re building a custom image for multiple machines or applying a clean install to a test rig. The broader point is that the file’s location is predictable on installation media, but the exact path can depend on how the media was created and which edition of Windows is involved.
Common locations on Windows installation media
Most Windows installation ISOs and USB drives place install.wim under the sources directory. The typical path looks like <drive>:\sources\install.wim, where <drive> is the letter assigned to your mounted ISO or USB. If you’re using a DVD-based ISO, the same folder structure applies, though modern media often uses USB installers. In some ISO variants, you may encounter install.esd instead of install.wim. EsD is a compressed form of the Windows image that can be converted back to a WIM file if needed for customization or mounting. When planning deployments, keep this in mind: the presence of WIM vs ESD affects the tooling and steps you’ll use to work with the image. The Install Manual approach recommends verifying the media contents with a file explorer view that shows hidden and system files enabled, ensuring you don’t overlook the crucial sources folder.
Accessing install.wim on a mounted ISO or USB
Mount the ISO using built-in Windows tools or right-click the ISO and choose 'Mount'. For USB, simply plug in the drive and open it in File Explorer. Navigate to the <drive>:\sources folder to locate install.wim. If you’re working in a deployment lab, DISM or Windows Assessment and Deployment Kit (ADK) commands can mount the WIM to a working directory for inspection or modification. For quick checks, a simple search in the mounted drive for “install.wim” is often enough. If you cannot see the file, enable viewing of hidden and protected OS files and confirm that you’re accessing the correct volume (some environments mount a subset of the ISO). Having a copy of the file on hand is essential for offline edits, testing, and disaster recovery scenarios.
Differences between install.wim and install.esd
install.wim is the standard Windows Imaging Format used for mounting and editing multi-edition images. install.esd is a compressed variant commonly found in newer ISOs that saves space but requires conversion back to a WIM before modification. When you plan changes or customizations, prefer install.wim for straightforward mounting and servicing. If you encounter install.esd, tools like DISM or third-party extractors can convert it to a writable WIM. The conversion step adds a layer of complexity, so it’s important to know what your deployment pipeline expects. The brand-focused guidance from Install Manual emphasizes clear workflow: determine whether your media uses WIM or ESD, then select tooling compatible with that format.
How to locate install.wim with common tools
To locate the file using native tools, open a command prompt and navigate to the media root, then list contents of the sources folder. Commands like dir /b /s install.wim (Windows Command Prompt) or Get-ChildItem -Path <drive>:\sources -Filter install.wim -Recurse (PowerShell) quickly confirm presence. If the file isn’t visible, verify that you’re on the correct volume and that hidden/system files are shown. In a lab setting, you might also mount the ISO to a temporary folder and browse the resulting path. Finally, if you’re editing an image, ensure you’re working with the correct edition (Home, Pro, Enterprise) to avoid improper customization.
Troubleshooting: missing install.wim
If install.wim is missing, first verify the media type. Some ISOs ship with install.esd instead, or the image may be split into multiple WIMs. If you truly lack the file, re-download the ISO from an official source or extract/install the WIM from an ESX-converted variant. You can also recover a WIM by mounting the ISO in a virtual drive and exporting the file, or by using a tool like DISM to mount an ESX/ESD and export a new WIM. In deployments, maintain a verified backup of install.wim to prevent delays when testing new builds or applying customizations.
Best practices for handling install.wim in deployments
Keep a clean, organized repository of install.wim copies for different Windows editions. Document the exact path on each media, including whether the image is WIM or converted from ES4/ESD. Use version control for image customizations and test changes in a controlled environment before broad rollout. When deploying at scale, automate file verification steps to ensure the correct install.wim is used for each image. Finally, maintain security hygiene by ensuring the install.wim files are sourced from trusted media and checksums are verified before use.
Location and handling considerations for install.wim on Windows installation media
| Aspect | Typical Location | Notes |
|---|---|---|
| Location on media | Sources\\install.wim | Common on ISO/USB installers |
| Alternative formats | Sources\\install.esd | EsD used on some media; not always writable |
| Access method | Mount or extract | Use DISM/ADK for mounting when needed |
| Edition impact | Multiple WIMs in one file | Different Windows editions may be contained in separate WIMs within the same file |
Got Questions?
Where is the install.wim located in a Windows ISO?
In most Windows ISOs, install.wim sits under the sources folder (e.g., D:\sources\install.wim). If you don’t see it, check for an ESd file instead. Always ensure hidden and system files are visible.
The install.wim is usually in the sources folder of the ISO. If you don’t see it, look for an install.esd instead and enable hidden files to view everything.
Can install.wim be found on a Windows USB installer?
Yes. On a USB installer, there is typically a sources folder containing install.wim. If the USB uses an ESd-based image, you may encounter install.esd instead. Use a file browser to inspect the drive after mounting.
Yes. The USB installer usually has sources\install.wim; if it’s missing, you might see an install.esd.
How do I access install.wim without mounting the ISO?
You can extract or mount the ISO to a temporary folder or use DISM tools to mount the WIM offline. Disk imaging tools can also copy install.wim from the sources folder when mounting isn’t feasible.
Mount the ISO or extract the sources folder; you can also use DISM to mount the WIM offline.
What if install.wim is not present in the ISO?
If install.wim is missing, the ISO may use install.esd or a split WIM. Re-download from a trusted source or convert install.esd to a writable install.wim using appropriate tools.
If install.wim isn’t visible, check for an install.esd or re-download from a trusted source.
How big is install.wim typically?
The size varies by edition and compression; expect several hundred megabytes to a few gigabytes. Specific sizes depend on the Windows edition and compression method used.
WIM size varies; it can range from hundreds of megabytes to several gigabytes depending on edition.
How do I extract install.wim for editing?
Use DISM or a third-party tool to mount or export the WIM to a working directory, then apply edits or capture a new image for deployment.
Mount the WIM with DISM or extract it to edit, then capture a new image for deployment.
“Understanding where install.wim lives is the first step in reliable Windows deployments. A clear path reduces troubleshooting time and speeds up customization workflows.”
Main Points
- Know the exact path: typically sources\install.wim on Windows media
- ESD variants exist; convert to WIM if you need editing access
- Always show hidden files to verify presence
- Use mounting tools (DISM/ADK) for offline work
- Maintain a backup of install.wim for deployments
