This chapter covers Windows upgrade paths and edition compatibility for the CompTIA A+ Core 2 (220-1102) exam. Understanding which Windows editions can be upgraded to which, and the restrictions involved, is essential for supporting client operating systems in enterprise environments. This topic area appears in approximately 5-10% of exam questions, often as part of troubleshooting or deployment scenarios. You will learn the exact upgrade paths between Windows 10 and Windows 11 editions, the rules for cross-architecture upgrades, and the critical differences between upgrade, clean install, and migration.
Jump to a section
Upgrading Windows editions is like renovating a house: you cannot turn a one-bedroom cottage into a mansion by simply painting the walls. Each edition has a specific foundation. Windows Home is a starter home with basic plumbing; Pro adds a home office and security system; Enterprise is a mansion with full automation. The upgrade path is the set of allowed renovations. You can turn a starter home into a home office (Home → Pro) by adding the office wing, but you cannot turn it into a mansion (Home → Enterprise) without demolishing the entire structure and rebuilding (clean install). Similarly, going from Pro to Enterprise is allowed because the Pro foundation already has the structural support for Enterprise features. The key is the license key: it acts like a building permit that authorizes specific renovations. If you try to upgrade without the correct permit, the system will refuse. Downgrading is like removing a room: you cannot legally tear down a permitted addition without a new permit. Windows prevents downgrading by blocking the installation of a lower edition over a higher one. Clean installs are like demolishing the house and starting from scratch—you can build any edition, but you lose all your furniture (data) unless you back it up.
What Are Windows Upgrade Paths?
Windows upgrade paths define the supported transitions from one edition of Windows to another, or from an older version to a newer version, while preserving applications, settings, and user data. On the 220-1102 exam, you must know which editions can be upgraded directly and which require a clean install.
Why Upgrade Paths Exist
Microsoft restricts upgrade paths to ensure stability and compatibility. An upgrade is an in-place process that installs the new operating system over the existing one, keeping installed applications, user data, and settings intact. Not all transitions are supported because the underlying code structures differ significantly between editions. For example, Windows Home and Windows Pro share a common core, so upgrading from Home to Pro is straightforward. However, Windows Enterprise includes additional features like AppLocker and DirectAccess that require a different system foundation, so upgrading from Home to Enterprise is not allowed.
Edition Upgrade Paths for Windows 10 and Windows 11
For Windows 10 (versions 1507 through 22H2) and Windows 11 (versions 21H2 and later), the supported edition upgrades are:
Windows 10 Home → Windows 10 Pro
Windows 10 Home → Windows 10 Pro for Workstations
Windows 10 Home → Windows 10 Education
Windows 10 Pro → Windows 10 Pro for Workstations
Windows 10 Pro → Windows 10 Education
Windows 10 Pro → Windows 10 Enterprise
Windows 10 Education → Windows 10 Enterprise
Windows 10 Enterprise → Windows 10 Education (but not the reverse)
Windows 10 Pro for Workstations → Windows 10 Enterprise
For Windows 11, the same edition upgrade paths apply. Note that Windows 11 has no Home to Enterprise upgrade path; you must first upgrade to Pro, then to Enterprise.
Version Upgrade Paths (Feature Updates)
Version upgrades (e.g., Windows 10 21H2 to Windows 10 22H2) are always supported as long as the edition remains the same. However, Microsoft only guarantees upgrades from one supported version to the next. Skipping multiple versions (e.g., 1809 to 22H2) may require installing intermediate updates. In practice, Windows Update handles this automatically.
Cross-Architecture Upgrades
Cross-architecture upgrades (e.g., 32-bit to 64-bit) are NOT supported. You cannot perform an in-place upgrade from a 32-bit version of Windows to a 64-bit version. This is because the system files, drivers, and registry structure are fundamentally different. To switch architectures, you must perform a clean install, which erases all data and applications. This is a common exam trap: candidates often think they can upgrade from 32-bit to 64-bit, but the correct answer is always "clean install."
Cross-Language Upgrades
Cross-language upgrades (e.g., English to French) are also not supported in-place. You must perform a clean install or install the language pack separately. The exam may test this as a limitation.
Upgrade vs. Clean Install vs. Migration
The 220-1102 exam distinguishes three methods:
Upgrade (In-Place): Preserves applications, settings, and data. Requires a compatible edition and version.
Clean Install: Wipes the existing operating system and installs a fresh copy. Always supported regardless of edition or architecture, but you lose all data unless backed up.
Migration: Moving user data and settings to a new computer or new OS installation using tools like Windows Easy Transfer (deprecated) or User State Migration Tool (USMT). Migration is not an upgrade; it is a separate process.
How to Perform an Upgrade
To upgrade from Windows Home to Pro, you can use the "Change product key" option in Settings > System > About. Enter a valid Pro license key, and Windows will install the Pro features. Alternatively, you can use the Windows 10/11 Setup media and choose "Upgrade this PC now." The setup will check edition compatibility and block unsupported paths.
Command-Line Verification
You can check the current edition and version using:
systeminfo | findstr /C:"OS Name"Or in PowerShell:
Get-ComputerInfo -Property "WindowsEditionId"Activation and Licensing
Upgrades require a valid license key for the target edition. If you upgrade using a generic volume license key (GVLK), you must activate via KMS or MAK. Retail upgrades typically use a retail product key. The exam may test that an upgrade without a valid key will result in a non-genuine Windows notification or reduced functionality.
Downgrade Rights
Downgrade rights allow you to install an older version of Windows on a device that came with a newer version, provided the license permits it. For example, Windows 10 Pro includes downgrade rights to Windows 8.1 Pro or Windows 7 Professional. However, downgrade rights are not an in-place upgrade; they require a clean install of the older OS. The exam may ask: "A user has Windows 10 Pro and wants to use Windows 7 Pro. What should you do?" Answer: Perform a clean install using downgrade rights.
Upgrade Blockers
Several conditions can block an upgrade:
Insufficient disk space: The upgrade requires at least 20 GB free (32-bit) or 32 GB (64-bit).
Incompatible drivers or applications: The upgrade assistant will report blocking items.
Unsupported edition: e.g., trying to upgrade Windows 10 Home to Windows 10 Enterprise directly.
Unsupported version: e.g., upgrading from Windows 7 to Windows 10 requires a clean install (Windows 7 to Windows 10 upgrade is supported only for certain editions via the Media Creation Tool, but the exam often treats it as a clean install scenario).
Architecture mismatch: 32-bit to 64-bit not allowed.
Language mismatch: Not allowed in-place.
Windows 11 Specific Requirements
Windows 11 imposes strict hardware requirements: TPM 2.0, Secure Boot, 4 GB RAM, 64 GB storage, and a compatible 64-bit processor. If you upgrade a Windows 10 PC to Windows 11, the PC must meet these requirements. The upgrade will be blocked if TPM 2.0 is missing. The exam tests that you can check TPM status using tpm.msc or PowerShell Get-Tpm.
Interaction with Other Technologies
Windows Update: Feature updates are delivered via Windows Update. If an upgrade path is unsupported, Windows Update will not offer the upgrade.
Volume Licensing: Enterprise editions are typically deployed via volume licensing and require KMS or MAK activation. Upgrading from a retail Pro to Enterprise using a volume license key is supported.
Windows 10 in S Mode: S Mode is a configuration that restricts app installation to the Microsoft Store. You can switch out of S Mode to Home or Pro, but this is a one-time free change. Upgrading from S Mode to another edition is possible, but you must first exit S Mode.
Common Exam Scenarios
A user wants to upgrade from Windows 10 Home 32-bit to Windows 10 Pro 64-bit. The correct answer is: Not possible in-place; perform a clean install.
A user wants to upgrade from Windows 10 Pro to Windows 10 Enterprise. Answer: Supported in-place using a valid Enterprise product key.
A user wants to upgrade from Windows 7 Professional to Windows 10 Pro. Answer: Supported in-place (Windows 7 Pro → Windows 10 Pro) using the Media Creation Tool. However, the exam often emphasizes that Windows 7 to Windows 10 upgrade requires a clean install if the edition is not supported (e.g., Windows 7 Starter to Windows 10 Home).
A user wants to downgrade from Windows 10 Pro to Windows 7 Pro. Answer: Not an in-place downgrade; perform a clean install using downgrade rights.
Summary of Supported Upgrade Paths (Table Form)
| Current Edition | Target Edition | In-Place? | |-----------------|----------------|-----------| | Home | Pro | Yes | | Home | Pro for Workstations | Yes | | Home | Education | Yes | | Home | Enterprise | No | | Pro | Pro for Workstations | Yes | | Pro | Education | Yes | | Pro | Enterprise | Yes | | Education | Enterprise | Yes | | Enterprise | Education | Yes (but not reverse) | | Pro for Workstations | Enterprise | Yes | | 32-bit | 64-bit | No | | Any edition | Same edition higher version | Yes |
Identify current edition and version
Open Settings > System > About. Note the edition (e.g., Windows 10 Home) and version (e.g., 21H2). Alternatively, run `winver` to see the exact build. This step is crucial because the upgrade path depends on both edition and version. For example, upgrading from Windows 10 Home 21H2 to Windows 10 Pro 22H2 is supported, but from Windows 10 Home 32-bit to Windows 10 Pro 64-bit is not. The exam often presents a scenario where the technician must first check the current edition before recommending an upgrade.
Check hardware compatibility for target OS
If the target is Windows 11, verify TPM 2.0 (run `tpm.msc`), Secure Boot (check BIOS), RAM (4 GB minimum), storage (64 GB), and processor compatibility. For Windows 10, ensure at least 20 GB free space (32-bit) or 32 GB (64-bit). The upgrade will fail if these requirements are not met. The exam tests that you know how to check TPM status using `tpm.msc` or PowerShell `Get-Tpm`.
Determine if upgrade path is supported
Consult the official Microsoft upgrade path matrix. For edition upgrades, verify that the current edition can directly upgrade to the target edition (e.g., Home → Pro is allowed, Home → Enterprise is not). For version upgrades, ensure the current version is within support. Cross-architecture and cross-language upgrades are never supported in-place. If the path is unsupported, the only option is a clean install. This step is where most exam errors occur: candidates often assume an unsupported path is possible.
Obtain valid product key for target edition
For edition upgrades, you need a product key for the target edition (e.g., Windows 10 Pro key). The key can be retail, OEM, or volume license. Enter it in Settings > System > About > Change product key. Windows will then download and install the new edition features. Without a valid key, the upgrade will not proceed. The exam may test that volume license keys require KMS or MAK activation.
Run Windows Setup and choose upgrade
Insert installation media (USB or ISO) and run `setup.exe`. Select 'Upgrade this PC now' and choose 'Keep personal files and apps.' The setup will check for compatibility and block the upgrade if any blockers exist (e.g., incompatible driver, insufficient space). If successful, the system will reboot several times and complete the upgrade. After completion, verify the new edition using `systeminfo` or Settings.
In enterprise environments, upgrading Windows editions is a common task during hardware refresh cycles or when deploying new features. For example, a company might have 500 Windows 10 Pro workstations and decides to move to Windows 10 Enterprise to leverage AppLocker and BitLocker Management. The IT team can perform an in-place upgrade using volume licensing keys and SCCM (System Center Configuration Manager) or Microsoft Intune. The upgrade is staged over several weeks to minimize disruption. Performance considerations include network bandwidth (each upgrade downloads several GB) and end-user downtime (about 30-60 minutes per machine). Common issues include blocked upgrades due to incompatible third-party antivirus software or drivers. IT must pre-check each machine using the Windows Upgrade Readiness tool.
Another scenario: A hospital needs to upgrade 200 Windows 7 Professional machines to Windows 10 Pro. Since Windows 7 to Windows 10 is supported only for certain editions (Professional to Pro), they can use the Media Creation Tool or WSUS. However, they must first ensure all medical software is compatible. They perform a pilot upgrade on 10 machines, then roll out to the rest. If any machine has a 32-bit Windows 7, they must clean install 64-bit Windows 10, which requires backing up patient data.
A common misconfiguration: An administrator tries to upgrade Windows 10 Home to Enterprise directly, thinking it's supported. The upgrade fails, and they lose time troubleshooting. The correct approach is to upgrade Home to Pro first, then Pro to Enterprise, or perform a clean install. This mistake wastes hours and can cause project delays. Another issue: Attempting a cross-architecture upgrade from 32-bit to 64-bit. The setup blocks it, and the technician must clean install, which requires reinstallation of all applications. In production, this is avoided by standardizing on 64-bit hardware from the start.
The 220-1102 exam tests Windows upgrade paths under Objective 1.1 (Operating Systems). You must know the exact edition upgrade paths for Windows 10 and Windows 11. The most common wrong answer on exam questions is selecting 'Upgrade' for a path that is not supported, such as Home to Enterprise or 32-bit to 64-bit. Candidates often confuse 'upgrade' with 'clean install' and choose the wrong method. Another trap: believing that downgrading is an in-place process—it is not; downgrade rights require a clean install. The specific numbers the exam tests: 20 GB free space for 32-bit, 32 GB for 64-bit; TPM 2.0 for Windows 11; 4 GB RAM minimum for Windows 11. Commands: winver to check version, systeminfo for edition, tpm.msc for TPM. Edge cases: Upgrading from Windows 10 S Mode requires exiting S Mode first (free one-time change). Windows 7 to Windows 10 upgrade is supported only for Windows 7 Professional and Ultimate to Windows 10 Pro; other editions require clean install. The exam loves to ask: 'A user has Windows 10 Home and wants Windows 10 Enterprise. What should you do?' The correct answer is 'First upgrade to Pro, then to Enterprise' or 'Perform a clean install.' To eliminate wrong answers, remember that any cross-architecture or cross-language change is always clean install. Also, any edition upgrade that skips an intermediate edition (Home to Enterprise) is not supported in-place. Use the underlying mechanism: the upgrade process keeps the same base OS files; if the target edition requires a different kernel or feature set, it cannot be added in-place.
Windows 10/11 Home can upgrade to Pro, Pro for Workstations, or Education, but NOT directly to Enterprise.
Cross-architecture upgrades (32-bit to 64-bit) are NOT supported; must clean install.
Cross-language upgrades are NOT supported in-place; must clean install or add language pack after.
Downgrade rights allow installing an older OS but require a clean install, not an in-place downgrade.
Windows 11 requires TPM 2.0, Secure Boot, 4 GB RAM, 64 GB storage, and compatible 64-bit CPU.
Check current edition and version using `winver` or `systeminfo` before planning an upgrade.
Upgrading from Windows 7 to Windows 10 is supported only for Professional/Ultimate to Pro, and Enterprise to Enterprise.
Windows 10 in S Mode must exit S Mode before upgrading to another edition (one-time free change).
These come up on the exam all the time. Here's how to tell them apart.
In-Place Upgrade
Preserves applications, settings, and user data
Requires compatible edition and version path
Faster for individual machines (no data backup needed)
Cannot change architecture (32-bit to 64-bit)
Uses Windows Setup with 'Keep personal files and apps' option
Clean Install
Erases all data, applications, and settings
Always supported regardless of edition or architecture
Requires backup and restore of user data
Allows switching architecture (e.g., 32-bit to 64-bit)
Boot from installation media and delete existing partitions
Mistake
You can upgrade from Windows 10 Home 32-bit to Windows 10 Pro 64-bit in-place.
Correct
Cross-architecture upgrades are never supported. You must perform a clean install of the 64-bit version. The architecture change requires a different system registry and driver set that cannot be migrated in-place.
Mistake
Downgrading Windows edition is an in-place process.
Correct
Downgrading (e.g., Pro to Home) is not supported in-place. Downgrade rights allow you to install an older version or edition, but it requires a clean install. You cannot keep applications and settings.
Mistake
Windows 10 Home can be upgraded directly to Windows 10 Enterprise.
Correct
The only supported edition upgrade to Enterprise is from Pro or Education. Home must first be upgraded to Pro, then to Enterprise. Direct upgrade is blocked by Windows Setup.
Mistake
Upgrading from Windows 7 to Windows 10 always requires a clean install.
Correct
Windows 7 Professional, Ultimate, and Enterprise can upgrade in-place to Windows 10 Pro or Enterprise (respectively) using the Media Creation Tool. Other editions like Starter or Home Premium require a clean install.
Mistake
You can upgrade from Windows 10 Pro to Windows 10 Education without a product key.
Correct
An upgrade to Education requires a valid Education product key. Without it, the upgrade will not proceed. Education editions are typically available through volume licensing.
Reveal each answer, then mark whether you got it right. Score 60%+ to unlock the next chapter.
No, direct upgrade from Home to Enterprise is not supported. You must first upgrade to Windows 10 Pro, then to Enterprise. Alternatively, perform a clean install of Windows 10 Enterprise. The exam tests this as a common trap.
No, in-place upgrade from 32-bit to 64-bit is not supported. You must back up your data, perform a clean install of the 64-bit version, and then restore your data. The architecture change requires a different system registry and driver set.
An upgrade (in-place) keeps your applications, settings, and user data, but is limited to supported edition and version paths. A clean install wipes everything and installs a fresh copy, giving you more flexibility (e.g., change architecture or edition) but requiring backup.
Run the PC Health Check tool from Microsoft, or check TPM 2.0 using `tpm.msc`, Secure Boot in BIOS, and verify 4 GB RAM, 64 GB storage, and a compatible 64-bit processor. The exam tests that you know to use `tpm.msc` to check TPM.
Yes, if you have downgrade rights (typically with a Windows 10 Pro license), you can install Windows 7 Pro, but it requires a clean install. You cannot perform an in-place downgrade. Backup data first, then install Windows 7.
Windows Setup will block the upgrade and display an error message indicating the path is not supported. Common examples: Home to Enterprise, 32-bit to 64-bit, or cross-language. The only workaround is a clean install.
Yes, but you must first exit S Mode. This is a one-time free change. After exiting S Mode, you can upgrade to Pro using a valid product key. The exam may test that exiting S Mode is required before upgrading.
You've just covered Windows Upgrade Paths and Edition Compatibility — now see how well it sticks with free 220-1102 practice questions. Full explanations included, no account needed.
Done with this chapter?