How to Transfer a Windows Retail License to a New PC

How to Transfer a Windows Retail License to a New PC

Last Updated: Mai 30, 2026

Short Answer

A Windows Retail license is generally more transfer-friendly than OEM, but transfer success still depends on the license history, edition, device, and Microsoft activation path. Deactivate or remove the old installation where appropriate, then activate the same edition on the new PC.

  • Check the exact product version and edition before buying or activating.
  • Use Microsoft support pages for official activation behavior.
  • Use WinProKeys support for order, delivery, setup, and common troubleshooting context.

TL;DR: Windows Retail licenses can be transferred to a new PC — OEM licenses cannot. To transfer, deactivate the old PC using slmgr /upk, then enter the same product key on your new PC. If online activation fails, use phone activation. The entire process takes about 10 minutes and you keep your full license.

Upgrading to a new PC is exciting — until you realize your Windows license might be stuck on the old one. The good news is that if you have a Retail license, Microsoft explicitly allows you to move it from one computer to another. The catch? Not all licenses are created equal, and the type you have determines whether a transfer is possible.

This guide covers everything you need to know: how to identify your license type, how to deactivate your old PC, how to activate your new one, and what to do when things don’t go smoothly.

Retail vs. OEM Licenses: The Critical Difference

Before attempting a transfer, you need to know what type of license you have. This single factor determines whether your key can move to new hardware.

Retail Licenses

  • Purchased separately from a retailer, Microsoft Store, or specialist software seller.
  • Tied to the user, not the hardware. You own the license and can move it between PCs.
  • Transferable — you can deactivate on one PC and activate on another, as many times as you want.
  • Only one PC at a time. The license must be removed from the old PC before activating on the new one.
  • Survives hardware changes including motherboard replacements.

OEM Licenses

  • Pre-installed on PCs from manufacturers like Dell, HP, Lenovo, ASUS, etc.
  • Tied to the original hardware — specifically the motherboard. When the motherboard dies, the license dies with it.
  • Non-transferable to a different computer. This is part of Microsoft’s licensing agreement with OEM manufacturers.
  • Cheaper than Retail because of these restrictions.
  • May survive minor upgrades (RAM, GPU, storage) but not a motherboard swap.

How to Check Your License Type

Open Command Prompt or PowerShell as Administrator and run:

slmgr /dli

A dialog box will appear showing your license information. Look at the Beschreibung line:

  • If it says “RETAIL channel” — your license is transferable.
  • If it says “OEM_DM channel” oder “OEM_SLP channel” — your license is tied to the hardware and cannot be transferred.
  • If it says “VOLUME_MAK” oder “VOLUME_KMS” — this is an enterprise/volume license managed by your organization.

For more detailed information, run:

slmgr /dlv

This shows the full license details including partial product key, remaining rearm count, and license status.

Step 1: Deactivate Windows on Your Old PC

Before you can use your Retail key on a new PC, you must remove it from the old one. This tells Microsoft’s activation servers that the key is no longer in use on that machine.

Method A: Using Command Line (Recommended)

  1. On your old PC, open Command Prompt as Administrator.
    • Press Windows + S, type “cmd”, right-click “Command Prompt”, select “Run as administrator”.
  2. Uninstall the product key from the machine:
    slmgr /upk

    You’ll see a confirmation: “Product key uninstalled successfully.” This removes the key from the local machine but doesn’t delete it from Microsoft’s servers — you’ll still need it for the new PC.

  3. Clear the product key from the registry (prevents it from being accidentally reused):
    slmgr /cpky

    Confirmation: “Product key from registry cleared successfully.”

  4. Verify the deactivation:
    slmgr /dli

    The status should now show as “Notification” or “Unlicensed” instead of “Licensed.”

Important: Write down or save your product key before uninstalling it. Once removed, you can’t retrieve it from the old PC. If you’ve lost your key, tools like ProduKey or the wmic path softwarelicensingservice get OA3xOriginalProductKey command can help recover it before deactivation.

Method B: Through Settings

Windows doesn’t offer a direct “deactivate” button in Settings, which is why the command-line method is preferred. However, you can achieve the same result by:

  1. Going to Settings → System → Activation.
  2. If you see your Microsoft account linked, you can sign out of the account on this device.
  3. Then use the slmgr /upk command to complete the deactivation.

Step 2: Activate Windows on Your New PC

With the key freed from your old PC, you can now activate your new machine.

Through Windows Settings:

  1. On your new PC, open Settings → System → Activation.
  2. Click “Change product key”.
  3. Enter your 25-character Retail product key.
  4. Click Next.
  5. Windows will contact Microsoft’s activation servers to verify the key.
  6. If successful, you’ll see “Windows is activated” and all restrictions are lifted.

Through Command Line:

  1. Open Command Prompt as Administrator on the new PC.
  2. Install the product key:
    slmgr /ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
  3. Activate online:
    slmgr /ato
  4. Verify activation:
    slmgr /xpr

    Should display: “The machine is activated for the intended device or account context.”

Step 3: Phone Activation (When Online Activation Fails)

Sometimes online activation fails even with a legitimate Retail key. This typically happens when:

  • The key was recently deactivated and Microsoft’s servers haven’t fully processed the change yet.
  • The key has been activated on multiple machines in a short period (triggers fraud detection).
  • There’s a temporary issue with Microsoft’s activation servers.

How to Use Phone Activation:

  1. Open Command Prompt as Administrator and run:
    slui 4

    This opens the phone activation wizard.

  2. Select your country or region from the dropdown list.
  3. You’ll see a toll-free phone number for Microsoft’s activation center and an Installation ID — a long string of numbers grouped into blocks.
  4. Call the number. You’ll interact with an automated system (or a human agent for complex cases).
  5. Read the Installation ID to the automated system when prompted. You can also enter it using your phone’s keypad.
  6. The system will give you a Confirmation ID — another long string of numbers.
  7. Enter the Confirmation ID in the phone activation wizard on your PC.
  8. Click Activate. Your Windows should now be activated.

Tip: If the automated system says the key has been used on too many devices, ask to be transferred to a human agent. Explain that you’re transferring a Retail license from an old PC to a new one. Microsoft support agents can override the activation limit for legitimate transfers.

What About Digital Licenses?

If you upgraded to Windows 10 or 11 for free (from Windows 7 or 8.1), or if you purchased Windows through the Microsoft Store, you may have a digital license instead of a product key.

How Digital License Transfers Work:

  • Digital licenses are linked to your Microsoft account and your hardware.
  • If you’re signed in with the same Microsoft account on your new PC, go to Settings → Activation → Troubleshoot.
  • Select “I changed hardware on this device recently”.
  • Sign in to your Microsoft account and select the device you want to transfer from.
  • Check “This is the device I’m using right now” and click Activate.

This process works for digital licenses obtained through free upgrades and Microsoft Store purchases. It does not work for OEM digital licenses embedded in the firmware.

Common Issues and Solutions

“This product key is already in use on another device”

This means the deactivation on your old PC hasn’t fully propagated to Microsoft’s servers. Wait 24-48 hours and try again, or use phone activation (Step 3) to resolve it immediately.

“The product key you entered doesn’t match the edition of Windows”

Your key is for a different edition than what’s installed. For example, a Windows 11 Pro key won’t work on Windows 11 Home. You need to either:

  • Reinstall the correct edition of Windows, or
  • Use the key to upgrade: entering a Pro key on a Home installation will prompt an edition upgrade.

“We can’t activate Windows on this device”

This generic error can have multiple causes. Try these in order:

  1. Check your internet connection.
  2. Run slmgr /ato from an elevated command prompt.
  3. Wait a few hours and try again (server-side delays).
  4. Use phone activation as a fallback.

Old PC is broken/inaccessible — can I still transfer?

Yes. If you can’t deactivate the old PC (because it’s dead, stolen, or otherwise inaccessible), you can still activate the new PC. Online activation may fail, but phone activation will work. Explain the situation to the Microsoft agent, and they’ll activate your new PC. The old PC’s activation will eventually expire on Microsoft’s servers.

Tips for a Smooth License Transfer

  • Always deactivate before disposing of old hardware. Even if you’re recycling or selling the PC, remove your license first.
  • Keep your product key in a safe place. Store it in a password manager, write it down, or keep the original purchase email.
  • Link your license to your Microsoft account. This makes future transfers much easier, especially with digital licenses.
  • Don’t wait too long between deactivation and reactivation. While there’s no strict time limit, doing both on the same day minimizes potential issues.
  • Document the transfer. Keep a record of when you deactivated and reactivated, in case you need to contact Microsoft support later.

🔄 Need a Transferable Windows License?

If your current key is an OEM license that can’t be transferred, you’ll need a Retail license for your new PC. Retail keys can be moved between computers unlimited times:

All keys are Windows retail licenses with instant email delivery.

Frequently Asked Questions

How many times can I transfer a Windows Retail license?

There’s no limit. Microsoft’s licensing terms allow you to transfer a Retail license to a new PC as many times as you want, as long as it’s only active on one PC at a time. You must deactivate the old PC before activating the new one each time.

Can I transfer a Windows 10 license to a PC running Windows 11?

Yes. A Windows 10 Retail key can be used to activate Windows 11 on a new PC, as long as the editions match (e.g., Windows 10 Pro key activates Windows 11 Pro). Microsoft has confirmed that Windows 10 keys remain valid for Windows 11 activation.

What happens to the old PC after I transfer the license?

The old PC will revert to an unactivated state. It will still function, but you’ll see the “Activate Windows” watermark and lose access to personalization settings. You can continue using it unactivated or purchase a new key for it.

Can I transfer an OEM license if I only changed the motherboard?

Technically, OEM licenses are tied to the original motherboard. However, if you replaced a defective motherboard with the same model, Microsoft support may reactivate it via phone activation. If you upgraded to a different motherboard, the OEM license is not transferable — you’ll need a new key.

Is there a waiting period between deactivating and reactivating?

No official waiting period exists. You can deactivate your old PC and activate your new PC immediately. However, if online activation fails right away, it may be because Microsoft’s servers need a few minutes to process the deactivation. Phone activation bypasses this delay entirely.

Verwandte Leitfäden

Need help with activation after the transfer? Our Windows activation error codes guide has solutions for every common issue.

Frequently Asked Questions

What is the first thing to check for How to Transfer a Windows Retail License to a New PC?

Check the installed Windows edition first. A Home key and a Pro key are not interchangeable, and many activation problems begin with edition mismatch.

Is WinProKeys an Microsoft website?

No. WinProKeys is an independent software key reseller, not operated by Microsoft. Microsoft Support pages are the primary source for Windows activation behavior.

What should I send support if Windows activation fails?

Send the order email, installed Windows edition, exact error code, screenshot, and whether this is a new PC, reinstall, Home-to-Pro upgrade, or hardware change.


Need the live product pages?

If you have finished the guide and need the current Windows or Office pages, use the shop as the source of truth for pricing, delivery details, and activation help.

Open the shop

Use the next step that matches your setup

Stay with the Windows and Office routes we actively maintain most. Choose the guide, troubleshooting path, or hub that answers the next real question instead of jumping into an unrelated product page.

Use the live guide or product page as the source of truth for delivery, redemption, and post-sale support details.

Teilen:

Facebook
Twitter
Pinterest
LinkedIn

One thought on “How to Transfer a Windows Retail License to a New PC

Comments are closed.

Table of Contents

On Key

Related Posts

Fix Windows Activation Server Temporarily Unavailable Errors

Windows activation errors 0xD0000272, 0xC0000272, 0xC004C012, 0xC004C013, and 0xC004C014 can point to a temporary activation-server availability issue. Wait and retry, check local network blockers, run the Activation Troubleshooter, and keep full keys private.

Einkaufswagen
Beginnen Sie mit der Eingabe, um die gesuchten Produkte anzuzeigen.
×
Shop
0 items Wagen
Mein Konto

winprokeys.de

Dieses Geschäft hat die folgenden Zertifizierungen erhalten.

Zertifiziert sicher

Zertifiziert

Clear Activation Help

Zertifiziert

Geprüftes Unternehmen

Zertifiziert

Datenschutz

Zertifiziert