Installation and Upgrade See Full Details about Windows 11 Installation ISO or USB


  • Staff
ISO_banner.png

This tutorial will show you how to see full details such as language, edition, build, version, architecture, and more for a Windows 11 installation ISO or USB.

A Windows 11 ISO file is a disc image file that can be used to create a Windows 11 installation USB or DVD to install Windows 11 with.


Here's How:

1 Connect the Windows 11 installation USB, or mount the Windows 11 ISO file, and make note of its drive letter (ex: "F:"). (see screenshot below)

USB_or_Mounted_ISO.png


2 Open the connected USB flash drive or mounted ISO in File Explorer (Win+E), and open the sources folder. Make note if there is an install.wim or install.esd file. (see screenshot below)

WIM_or_ESD.png

3 You can now close File Explorer.

4 Open an elevated Windows Terminal, and select Windows PowerShell or Command Prompt.

5 Depending on if you have a install.esd or install.wim file from step 2 above, type the appropriate command below into the elevated terminal, and press Enter. (see screenshots below)

This command will show you the index number for each edition of Windows 11 included in the ISO file or USB.


(install.wim)​
dism /get-wiminfo /wimfile:<Drive Letter>:\sources\install.wim

OR​

(install.esd)​
dism /get-wiminfo /wimfile:<Drive Letter>:\sources\install.esd

Substitute <Drive Letter> in the command above with the actual drive letter (ex: "F") for the USB or mounted ISO from step 1.

For example:
dism /get-wiminfo /wimfile:F:\sources\install.wim

dism /get-wiminfo /wimfile:F:\sources\install.esd



USB_ISO_index_details.png
arm64_USB_ISO_index_details.png

6 Depending on if you have a install.esd or install.wim file from step 2 above, type the appropriate command below into the elevated terminal, and press Enter. (see screenshots below step 7)

(install.wim)​
dism /get-wiminfo /wimfile:<Drive Letter>:\sources\install.wim /index:<Index Number>

OR​

(install.esd)​
dism /get-wiminfo /wimfile:<Drive Letter>:\sources\install.esd /index:<Index Number>

Substitute <Drive Letter> in the command above with the actual drive letter (ex: "F") for the USB or mounted ISO from step 1.

Substitute <Index Number> in the command above with the actual index number (ex: "1") for the edition (ex: "Pro") you want details about from step 5.

For example:
dism /get-wiminfo /wimfile:F:\sources\install.wim /index:1

dism /get-wiminfo /wimfile:F:\sources\install.esd /index:1



7 You will now see all details of the selected index number (edition) for this Windows 11 ISO or USB. (see screenshots below)

Edition: This will be for the Windows 11 Home, Pro, Education, or Enterprise edition. The Pro ISO or USB can be used to install either the Home or Pro edition, and the digital license or product key determines if Pro of Home is installed during Windows Setup.

Architecture: This will be for a x64 (64-bit) or arm64 system type.

Language: This will be the default display language (ex: "en-us") used to install Windows 11 with.

Version: The part after 10.0 will be the first part of the Windows 11 build number. For example: build 22000.100

ServicePack Build
This is the second part of the Windows 11 build number. For example: build 22000.100


USB_ISO_details.png
arm64_USB_ISO_details.png



That's it,
Shawn Brink


 

Attachments

  • ISO.png
    ISO.png
    7 KB · Views: 156
Last edited:
Hello, I'm currently facing problem when doing step 5, just as below. Could you help me with this
1665489182235.png
 

My Computer

System One

  • OS
    Windows 11 Home x64 Version 21H2 Build 22000.795
    Computer type
    Laptop
Brink,

At Step 7, "Version: The part after 10.0 will be the first part of the Windows 11 build number. For example: build 22000.100"
do consider adding a cross reference to
Find Windows 11 Version Number - ElevenForumTutorials
so that people can look up the Version number that matches the Build number they have discovered.

All the best,
Denis
 

My Computer

System One

  • OS
    Windows 11 Home x64 Version 22H2 Build 22621.2283
Please post a screenshot of your D:\sources folder showing its contents with their file extensions visible.

Denis
Quite a beginner to these things, is this screenshot good?
1665495611864.png
 

My Computer

System One

  • OS
    Windows 11 Home x64 Version 21H2 Build 22000.795
    Computer type
    Laptop
Safwan27,

Try the following sequence of commands:
Code:
D:
cd \sources
dism /get-wiminfo /wimfile:install.esd
 

My Computers

System One System Two

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    Homebuilt
    CPU
    AMD Ryzen 7 3800XT
    Motherboard
    ASUS ROG Crosshair VII Hero (WiFi)
    Memory
    32GB
    Graphics Card(s)
    EVGA GeForce GTX 1080 Ti
  • Operating System
    Windows 11 Education
    Computer type
    Laptop
    Manufacturer/Model
    Dell Inspiron 7773
    CPU
    Intel i7-8550U
    Memory
    32GB
    Graphics card(s)
    Nvidia Geforce MX150
    Sound Card
    Realtek
    Monitor(s) Displays
    17"
    Screen Resolution
    1920 x 1080
    Hard Drives
    Toshiba 512GB NVMe SSD
    SK Hynix 512GB SATA SSD
    Internet Speed
    Fast!
Your diagram is fine.
After you've run NavyLCdr's test, go back to your sources folder in File explorer.
Just to prove you have access, copy one of the files [it doesn't matter which, choose a small one just for convenience] to any old folder you like. You can delete the copy straightaway, the test was just to demonstrate your access.

Best of luck,
Denis
 

My Computer

System One

  • OS
    Windows 11 Home x64 Version 22H2 Build 22621.2283
Safwan27,

Try the following sequence of commands:
Code:
D:
cd \sources
dism /get-wiminfo /wimfile:install.esd
I did the following command for about 3 times, and restarted after each time

Code:
sfc /scannow

and somehow the following sequence of commands works.

Thank you, Try3 and NavyLCDR for all the help.
 

My Computer

System One

  • OS
    Windows 11 Home x64 Version 21H2 Build 22000.795
    Computer type
    Laptop
7 You will now see all details of the selected index number (edition) for this Windows 11 ISO or USB. (see screenshots below)

Edition: This will be for the Windows 11 Home, Pro, Education, or Enterprise edition. The Pro ISO or USB can be used to install either the Home or Pro edition, and the digital license or product key determines if Pro of Home is installed during Windows Setup.

Architecture: This will be for a x64 (64-bit) or arm64 system type.

Language: This will be the default display language (ex: "en-us") used to install Windows 11 with.

Version: The part after 10.0 will be the first part of the Windows 11 build number. For example: build 22000.100

ServicePack Build
This is the second part of the Windows 11 build number. For example: build 22000.100


View attachment 4115 View attachment 4113
After that, what will I do next please
 

My Computer

System One

  • OS
    Window 8
Hello @Kehinde, and welcome. :alien:

Usually after step 7, you will see the results to know which build the ISO is for.

Was there something more specific?
 

My Computers

System One System Two

  • OS
    Windows 11 Pro for Workstations
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom self build
    CPU
    Intel i7-8700K 5 GHz
    Motherboard
    ASUS ROG Maximus XI Formula Z390
    Memory
    64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz (F4-3600C18D-32GTZR)
    Graphics Card(s)
    ASUS ROG-STRIX-GTX1080TI-O11G-GAMING (11GB GDDR5X)
    Sound Card
    Integrated Digital Audio (S/PDIF)
    Monitor(s) Displays
    2 x Samsung Odyssey G75 27"
    Screen Resolution
    2560x1440
    Hard Drives
    1TB Samsung 990 PRO M.2,
    1TB Samsung 980 PRO M.2,
    6TB WD Black WD6001FZWX
    8TB WD MyCloudEX2Ultra NAS
    PSU
    Seasonic Prime Titanium 850W
    Case
    Thermaltake Core P3 wall mounted
    Cooling
    Corsair Hydro H115i
    Keyboard
    Logitech wireless K800
    Mouse
    Logitech MX Master 3
    Internet Speed
    1 Gbps Download and 35 Mbps Upload
    Browser
    Google Chrome
    Antivirus
    Microsoft Defender and Malwarebytes Premium
    Other Info
    Logitech Z625 speaker system,
    Logitech BRIO 4K Pro webcam,
    HP Color LaserJet Pro MFP M477fdn,
    APC SMART-UPS RT 1000 XL - SURT1000XLI,
    Galaxy S23 Plus phone
  • Operating System
    Windows 11 Pro for Workstations
    Computer type
    Laptop
    Manufacturer/Model
    HP Spectre x360 2in1
    CPU
    i7-1065G7 3.9 GHz
    Memory
    16 GB LPDDR4-3200
    Graphics card(s)
    Intel Iris Plus
    Sound Card
    Intel SST
    Monitor(s) Displays
    13.3" 4K UWVA AMOLED multitouch
    Screen Resolution
    3840 x 2160
    Hard Drives
    512 GB PCIe NVMe M.2 SSD
    Browser
    Google Chrome
    Antivirus
    Windows Defender and Malwarebytes Premium
Is there any way to reorder the index list or change the default edition in install.wim
 

My Computer

System One

  • OS
    Windows 11 IoT Ent.
    Computer type
    Laptop
    Manufacturer/Model
    HP 250 G1
    CPU
    Core i5 3320 @2.6GHz
    Memory
    16GB DDR3 1600
    Graphics Card(s)
    Intel(R) HD Graphics 4000
    Sound Card
    Realtek High Definition Audio
    Monitor(s) Displays
    Samsung SyncMaster SA850
    Screen Resolution
    1920x1200
    Hard Drives
    256GB Samsung 850 Pro
    500GB Seagate ST500LM012
    1TB ST1000LM049-2GH17
    640GB TOSHIBA MK6459GSXP
    Browser
    Cent 5.0.1002.295

Latest Support Threads

Back
Top Bottom