ESD (Windows image)
Also known as: ESD file, .esd image, Electronic Software Download, install.esd
ESD (Electronic Software Download) is a heavily compressed, encrypted variant of the Windows WIM image format. Microsoft uses it to deliver Windows installations and updates over the internet, since it is smaller than an equivalent WIM.
- Heavily compressed, encrypted variant of WIM
- Used to deliver Windows over the internet
- Convert to WIM or ISO with DISM to work with it
A compressed delivery image
ESD is essentially a more compressed WIM. The tighter compression and encryption make it well suited to downloading Windows over the internet, where smaller size matters. The install.esd in some Windows downloads is the typical case.
Because it is encrypted/compressed for delivery, you usually convert an ESD to a WIM or ISO to work with it normally.
Working with ESD files
Windows tools like DISM can read ESD images and convert install.esd into a WIM or build a bootable ISO. After conversion, the standard WIM/ISO workflows apply.