To downgrade Windows 10 Pro to Home without losing data, you can follow these steps:

Prerequisites:

Step 1: Change the Registry values

  1. Right-click on the Start button and select “Windows PowerShell (Admin)”.
  2. Paste the following command and press Enter:
mathematica
Set-ItemProperty -Path "HKLM:\Software\Microsoft\Windows NT\CurrentVersion" -Name EditionID -Type String -Value Core;Set-ItemProperty -Path "HKLM:\Software\Microsoft\Windows NT\CurrentVersion" -Name ProductName -Value "Windows 10 Home";Set-ItemProperty -Path "HKLM:\Software\Microsoft\Windows NT\CurrentVersion" -Name CompositionEditionID -Value "Core"

This command changes the registry values in the current version from “Pro” to “Home.”

Step 2: Download the Windows 10 ISO file

  1. Go to the Microsoft website: http://go.microsoft.com/fwlink/?LinkId=691209
  2. Choose “Create Installation Media for this PC.”
  3. Select the desired options for Windows 10 Home (standard ISO file) and language.
  4. Choose “ISO File” and save the ISO file.

Step 3: Perform an IN Place Upgrade

  1. Open the downloaded Windows 10 ISO file and run “Setup.exe.”
  2. Change the settings so that updates aren’t downloaded during the installation process. ( Not Update)
  3. When prompted, select “Keep personal files and apps.” 

The upgrade process will start, and it may take up to 30 minutes on a standard PC to complete. After the installation is finished, you should have Windows 10 Home with your personal files, apps, and settings intact.

If you had an existing license for Windows 10 Home, it should be automatically activated as the downgrade retains your digital license. However, if you do not have a valid license for Windows 10 Home, you may need to purchase one from Microsoft to activate your operating system.

Leave a Reply

Your email address will not be published. Required fields are marked *