Site icon WindowsLoop

How to Check Windows 10 ISO Version & Build Number (2021)

Win 10 iso version build number - featured

Microsoft provides official Windows 10 ISO files so that you can download the latest version whenever you want to install or reinstall Windows. If you have multiple Windows 10 ISO files, you can use the below trick to check Windows 10 ISO version and build number.

Along with the build number and version of the Windows 10 ISO file, you can also find if the ISO is 64-bit or 32-bit. This is particularly useful if you have older versions of Windows 10 ISO.

Without ado, let me show you how to find the build number, version, and architecture of a Windows 10 ISO file in simple steps.

Find Version and Build Number of Windows 10 ISO

To find the version number, build number, and architecture of a Windows 10 ISO file, we need to mount the ISO file and then execute a couple of commands. It’s pretty easy. Follow the steps and you should be good.

1. First, find the Windows 10 ISO file in the file explorer, right-click on it and select “Mount” option.

2. After mounting the folder, go to the mounted drive and open the “Sources” folder. Here, see if you have install.wim or install.esd file.  Depending on the file type, the command we are going to use will be a tiny bit different.

3. Now, open the start menu, search for “Command Prompt” and then select the “Run as administrator” option.

4. The above action will open the Command Prompt with admin rights. In the window, execute the below command while replacing “DriveLetter” with the actual drive letter of the mounted ISO image.

dism /Get-WimInfo /WimFile:DriveLetter:\sources\install.wim /index:1
dism /Get-WimInfo /WimFile:DriveLetter:\sources\install.esd /index:1

5. As soon as you execute the command, you will see a whole bunch of details. From the list of details, you can see the Windows 10 Edition name next to Name and Description, 64-bit or 32-bit next to Architecture, and the build number next to Version (last five digits).

Now, almost every Windows 10 ISO contains all the main editions like Home, Pro, Education, etc. If you want to, you can see details of a specific edition by changing the number next to index in the above command. Those numbers are as follows.

So, if you want to know the details of Windows 10 Pro edition, the command will look something like this.

dism /Get-WimInfo /WimFile:DriveLetter:\sources\install.wim /index:6

That is all. It is that simple to find the Windows 10 version, build number, and architecture of the Windows 10 ISO. If you are stuck or need some help, comment below and I will try to help as much as possible.

If you like this article, do check out how to download Windows 10 ISO without using media creation tool and how to create UEFI Windows 10 bootable USB drive.

Exit mobile version