Windows OS Hub
  • Windows Server
    • Windows Server 2022
    • Windows Server 2019
    • Windows Server 2016
    • Windows Server 2012 R2
    • Windows Server 2012
    • Windows Server 2008 R2
    • SCCM
  • Active Directory
    • Active Directory Domain Services (AD DS)
    • Group Policies
  • Windows Clients
    • Windows 11
    • Windows 10
    • Windows 8
    • Windows 7
    • Windows XP
    • MS Office
    • Outlook
  • Virtualization
    • VMWare
    • Hyper-V
    • KVM
  • PowerShell
  • Exchange
  • Cloud
    • Azure
    • Microsoft 365
    • Office 365
  • Linux
    • CentOS
    • RHEL
    • Ubuntu
  • Home
  • About

Windows OS Hub

  • Windows Server
    • Windows Server 2022
    • Windows Server 2019
    • Windows Server 2016
    • Windows Server 2012 R2
    • Windows Server 2012
    • Windows Server 2008 R2
    • SCCM
  • Active Directory
    • Active Directory Domain Services (AD DS)
    • Group Policies
  • Windows Clients
    • Windows 11
    • Windows 10
    • Windows 8
    • Windows 7
    • Windows XP
    • MS Office
    • Outlook
  • Virtualization
    • VMWare
    • Hyper-V
    • KVM
  • PowerShell
  • Exchange
  • Cloud
    • Azure
    • Microsoft 365
    • Office 365
  • Linux
    • CentOS
    • RHEL
    • Ubuntu

 Windows OS Hub / Windows 10 / How to Upgrade Windows 10 Edition Without Reinstalling?

May 3, 2021 Windows 10

How to Upgrade Windows 10 Edition Without Reinstalling?

Quite often users and administrators ask if they can upgrade a lower Windows 10 edition (like Home or Pro) to a higher one (for example, Pro or Enterprise respectively). In this article we’ll show how to upgrade a Windows 10 edition without reinstalling OS, and keeping all apps, settings, and files.

You can get the current Windows 10 edition using this DISM command:
DISM /online /Get-CurrentEdition

Current Edition : Professional

In our example, it is Windows 10 Pro.
dism get current windows 10 edition

Then display the list of editions you can upgrade your Windows 10 to:

DISM /online /Get-TargetEditions

Target Edition : ProfessionalEducation
Target Edition : ProfessionalWorkstation
Target Edition : Education
Target Edition : ProfessionalCountrySpecific
Target Edition : ProfessionalSingleLanguage
Target Edition : ServerRdsh
Target Edition : IoTEnterprise
Target Edition : Enterprise

dism get target windows 10 editions you can upgrade to

Upgrading Windows 10 from Pro to Enterprise Edition

In order to upgrade your Windows 10 edition from Professional to Enterprise, you must enter a valid product key. Specify the public KMS key for Windows 10 Enterprise (NPPR9-FWDCX-D2C8J-H872K-2YT43).

Don’t use the MAK key to upgrade your edition. If you want to use a MAK key to activate your Windows 10 Enterprise, change the edition using the KMS key first as described below, and then activate Windows using the MAK key.

Let’s try to upgrade the edition using the command DISM /Set-Edition like we do to upgrade Windows Server edition.

Earlier we showed how to convert an evaluate edition of Windows Server to a full version and how to downgrade Datacenter edition to Standard using DISM.

DISM.exe /online /Set-Edition:Enterprise /AcceptEula /ProductKey:NPPR9-FWDCX-D2C8J-H872K-2YT43

The command returns the following error:

Error: 50
Setting an edition is not supported with online images.

It means that online edition upgrade is not supported: you have to boot from the WinPE/WinRE media and upgrade your Windows 10 image offline. It is not very convenient.

DISM.exe /online /Set-Edition Error: 50 Setting an edition is not supported with online images

The official Microsoft documentation suggests 4 ways to change Windows 10 edition:

  1. Manually by changing the product key in the Control Panel (Settings –> Update & Security –> Activation –> Change product key); ChangePk.exe - enter a Windows 10 product key
    The menu calls the ChangePk.exe tool to upgrade the edition.
  2. Using MDM (Mobile Device Management);
  3. Using ICD (Windows Imaging and Configuration Designer). You can prepare a Win10 provisioning package file (.ppkg). The package sets a new edition and it is applied to Windows 10. But you cannot do it online as well. The PPKG package is applied to an offline Windows image (or a WIM file) using the command: DISM.exe /Image=C:\ /Add-ProvisioningPackage /PackagePath:C:\distr\upgrade.ppkg
  4. You can also use a script with Changepk.exe to automatically upgrade Windows 10 edition (it is the easiest way)

Let’s try to upgrade Win10 from Pro to Enterprise with this command:

Changepk.exe /ProductKey NPPR9-FWDCX-D2C8J-H872K-2YT43

In a couple of minutes your Windows 10 edition will be changed to Enterprise (you don’t need to confirm anything or restart your computer). Then just activate Windows online or on your KMS server.

Upgrade Windows 10 Pro to Windows 10 Enterprise

This method allows to upgrade Windows 10 edition on remote computers using PowerShell Remoting (Invoke-Command or Enter-PSSession cmdlets).

Upgrade from Windows 10 Home to Pro Edition

In the same way, you can upgrade your Windows 10 Home to Pro without any data loss or app reinstallation.

Check the current Windows edition:

Dism.exe /Online /Get-CurrentEdition

upgrading from windows 10 home edition

Then display the list of editions you may upgrade your Windows 10 Home:

DISM /online /Get-TargetEditions

There is the Professional edition in the list.

Upgrade Windows 10 Home to Windows 10 Pro

The methods described above are not supported to upgrade Windows 10 Home to Pro (https://docs.microsoft.com/en-us/windows/deployment/upgrade/windows-10-edition-upgrades). You may use one of the following options:

  • Specify a new product key manually
  • Buy a Windows 10 Pro license in Microsoft Store (a computer with the license will be linked to your Microsoft account — MSA).

To enter a new Windows 10 Pro key manually, run this command:

Changepk.exe

Enter your Windows 10 Pro key.

enter a windows 10 pro product key

Confirm the edition upgrade by clicking Start.

upgrade your edition on Windows wizard

The upgrade will take some time, and then you will have to restart your computer.

You may only upgrade your Windows 10 edition (for example, Home -> Pro or Home -> Education). You can upgrade Windows 10 LTSC edition to Enterprise or a newer LTSC

The downgrade scenario is only available for Education -> Pro or Enterprise -> Pro.

0 comment
3
Facebook Twitter Google + Pinterest
previous post
How to Check Disk Performance (IOPS and Latency) in Linux?
next post
How to Create ZIP Archives and Unzip Files with PowerShell?

Related Reading

Configure User’s Folder Redirection with Group Policy

February 3, 2023

Disable Built-in PDF Viewer in Microsoft Edge

February 3, 2023

Join a Windows Computer to an Active Directory...

February 2, 2023

Using Previous Command History in PowerShell Console

January 31, 2023

How to Install the PowerShell Active Directory Module...

January 31, 2023

Leave a Comment Cancel Reply

Categories

  • Active Directory
  • Group Policies
  • Exchange Server
  • Microsoft 365
  • Azure
  • Windows 11
  • Windows 10
  • Windows Server 2022
  • Windows Server 2019
  • Windows Server 2016
  • PowerShell
  • VMWare
  • Hyper-V
  • Linux
  • MS Office

Recent Posts

  • Configure User’s Folder Redirection with Group Policy

    February 3, 2023
  • Using Previous Command History in PowerShell Console

    January 31, 2023
  • How to Install the PowerShell Active Directory Module and Manage AD?

    January 31, 2023
  • Finding Duplicate E-mail (SMTP) Addresses in Exchange

    January 27, 2023
  • How to Delete Old User Profiles in Windows?

    January 25, 2023
  • How to Install Free VMware Hypervisor (ESXi)?

    January 24, 2023
  • How to Enable TLS 1.2 on Windows?

    January 18, 2023
  • Allow or Prevent Non-Admin Users from Reboot/Shutdown Windows

    January 17, 2023
  • Fix: Can’t Extend Volume in Windows

    January 12, 2023
  • Wi-Fi (Internet) Disconnects After Sleep or Hibernation on Windows 10/11

    January 11, 2023

Follow us

woshub.com
  • Facebook
  • Twitter
  • RSS
Popular Posts
  • How to Allow Multiple RDP Sessions in Windows 10 and 11?
  • How to Repair EFI/GPT Bootloader on Windows 10 or 11?
  • How to Restore Deleted EFI System Partition in Windows?
  • Network Computers are not Showing Up in Windows 10/11
  • How to Run Program without Admin Privileges and to Bypass UAC Prompt?
  • How to Create a Wi-Fi Hotspot on your Windows PC?
  • Updating List of Trusted Root Certificates in Windows
Footer Logo

@2014 - 2023 - Windows OS Hub. All about operating systems for sysadmins


Back To Top