Skip to content

Guides and tips

Activate Windows 11 with a product key, step by step

by 123 Licence 20 Aug 2026

You have a Windows 11 product key and a PC that still displays an activation banner. The process takes two minutes when everything goes smoothly and becomes considerably more confusing when the installed edition does not match the key. Here are the two methods that work, in order, along with what to check before and after.

Before you begin: Check the installed edition

This is the step almost everyone skips, and it is the one that causes the most failures. A Windows 11 Pro key will not activate a Windows 11 Home installation as-is, and the reverse is also true.

To find out which edition you have, press Windows + R, type winver, and press Enter. The window that opens shows the Windows version and the edition. You can also go through Settings, on the system information page in the System menu. This page is called “System information” on recent versions and “About” on older ones. The edition appears in the section devoted to Windows specifications, along with the version (24H2, 25H2, etc.) and the build number.

Make a precise note of what you see: Windows 11 Home, Windows 11 Pro, or Windows 11 Education. Your key must match that edition. If you purchased a Windows 11 Pro license and the machine is running Home, that is not a blocker, but you will need to follow the step described below for an edition mismatch.

Two other useful checks before you begin:

  • The account must have administrator privileges. Without administrator rights, the product key entry field remains inaccessible.
  • The PC must be connected to the Internet. Activating a product key involves an exchange with Microsoft’s servers. Without a connection, activation cannot be completed (see the section below on offline machines).

If your machine is still running Windows 10, the activation screens are almost identical and the process below applies. Keep one date in mind, however: Windows 10 support ended on October 14, 2025. Version 22H2 was the last, and monthly security updates stopped on that date. So if you need to invest in a license in 2026, you should look at the Windows 11 catalog, not Windows 10.

Activate Windows 11 from Settings

This is the default method and the one to prefer. It handles edition upgrades on its own and displays easy-to-understand messages.

  • Step 1. Open Start > Settings (or Windows + I).
  • Step 2. Go to System > Activation.
  • Step 3. Expand the product key change option. Depending on the system status, it appears beneath a prompt to activate Windows, or under the edition upgrade section if the computer is already activated.
  • Step 4. Click Change.
  • Step 5. Enter the 25 characters in the format XXXXX-XXXXX-XXXXX-XXXXX-XXXXX. The hyphens are added automatically, so you do not need to type them. You can paste the key directly into the first field.
  • Step 6. Click Next, then Activate.

If the key matches the installed edition, the screen confirms within a few seconds that Windows is activated. No restart is required.

To save a few clicks, the Run dialog (Windows + R) accepts the command ms-settings:activation, which opens the Activation page directly: this is the shortcut documented by Microsoft. You may also come across changepk.exe: this command-line tool expects the key as an argument, in the form changepk.exe /ProductKey XXXXX-XXXXX-XXXXX-XXXXX-XXXXX. When launched without an argument, it simply takes you back to the Activation page in Settings; it is therefore not a way to bypass a malfunctioning Settings interface.

A small detail that can waste time: re-enter the key without any spaces before or after it. A space pasted from an email is enough to cause the entry to be rejected, with an invalid-format message that can make you think the key is incorrect.

Activate from the command line with slmgr

The slmgr tool (Software Licensing Management Tool) does the same thing as Settings, but in two commands. It is useful when the graphical interface is glitchy, when you are working remotely, or when you need to process several computers in a row.

Open Windows Terminal as administrator: right-click the Start button, then select “Terminal (administrator).” Accept the User Account Control prompt.

Install the key, then request activation:

  • slmgr /ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX installs the product key (replace it with your actual key, including the hyphens).
  • slmgr /ato starts activation with Microsoft’s servers.

Each command opens a small dialog box instead of displaying text in the console. This is normal: slmgr is a Windows Script Host script. If you prefer to read the result in the terminal, prefix the command as follows: cscript //nologo C:\Windows\System32\slmgr.vbs /ato.

Useful commands to know:

Command Effect
slmgr /ipk <key> Installs a product key
slmgr /ato Attempts online activation
slmgr /xpr Indicates whether activation is permanent or has an expiration date
slmgr /dli Displays the edition, license status, and the last 5 characters of the installed key
slmgr /dlv Same thing, in detailed form
slmgr /upk Uninstalls the product key from the system

The /upk command requires caution: it removes the key from the machine and puts Windows back into an unactivated state. Use it only deliberately, typically before decommissioning a computer or starting over from a clean slate.

The “Activate Windows” watermark and why it persists

The watermark appears in the bottom-right corner of the desktop, above the clock, on a transparent background. As long as it is there, Windows considers itself not activated: personalization options (wallpaper, colors, themes) remain largely grayed out, and a reminder appears regularly.

After a successful activation, it usually disappears immediately, sometimes only after a restart. If it remains visible even though the Activation page says that Windows is activated, restart File Explorer: press Ctrl + Shift + Esc to open Task Manager, find “Windows Explorer” in the Processes tab, right-click it, and select Restart. It is the graphical interface that failed to refresh its display, not a licensing problem. The same approach applies if the watermark reappears after a major feature update.

Watch out for a common trap: there is a second watermark with different text, such as “System requirements not met.” This one has nothing to do with activation. It concerns a PC that does not meet Windows 11’s hardware requirements (TPM 2.0, Secure Boot, compatible processor). No product key will make it disappear, because no key can change the hardware. So read the exact text before looking for an activation solution.

The case where the edition does not match the key

This is the most common situation after a simple copy-and-paste mistake. Your PC comes with Windows 11 Home, you have a Professional key, and the key entry is rejected. Two codes appear frequently: 0xC004F210, which indicates that the key does not match the installed edition, and 0xC004F050, which indicates a key deemed invalid or incompatible with this installation. If you see either one, checking the edition is the first thing to investigate.

It is not necessarily a defective key: Windows is refusing to change editions simply upon being presented with the key, until the switch has taken place.

Good news: switching from Home to Professional is specifically documented by Microsoft. Only one method is supported: manually entering the key, followed by a restart. Other methods (remote MDM management, provisioning package, command line) are not supported for this specific change. Specifically:

  • Step 1. Go back to Settings > System > Activation. If the machine is already activated with Home, an edition upgrade section will appear. Enter your Professional key there.
  • Step 2. Let Windows prepare the upgrade, then restart. Restarting is part of the procedure; it is not a sign of failure.
  • Step 3. After the restart, return to the Activation page and check the status. If the displayed edition is indeed Professional but the system remains unactivated, enter the key again via Change product key.

Since there is no other officially supported method for making this change, beware of “generic” keys circulating on forums that promise to force the switch: Microsoft has not published them for this purpose, and entering random keys repeatedly only confuses the machine’s licensing state. If manual entry genuinely fails, the proper route is to reinstall the correct edition.

The conversion usually takes a few minutes and does not delete your files or applications. Even so, back up your important documents beforehand: it is a system operation, however routine it may be.

If the problem is the reverse—a Home key on a Pro installation—there is no simple solution: Microsoft's published downgrade path table does not provide a transition from Pro to Home. You must reinstall Windows with the correct edition.

When online activation does not work

One point to know, because it makes many tutorials still online obsolete: Microsoft retired phone activation on December 3, 2025, after more than twenty years of service. The slui 4 command, long cited as the solution for offline computers, therefore no longer leads to the service it once opened, and the number still shown on some screens no longer provides activation.

What replaces it is an online activation portal, accessible with a Microsoft account, through which assisted activation requests now go, including for machines that are not connected themselves. The principle is simple: you obtain the installation ID on the affected computer, submit it from another connected device, and re-enter the confirmation ID you receive.

Before it comes to that, two basic checks resolve most cases:

  • Run the activation troubleshooter, available from the Activation page when Windows detects a failure. It resolves many situations automatically, particularly after a hardware change.
  • Check your connection and system time. An incorrect date or time zone is enough to cause communication with the activation servers to fail.

Verify that activation was successful

Three checks, from quickest to most precise.

In Settings. System > Activation should show an active activation status and confirm that Windows is activated. If a Microsoft account is connected, it may also indicate that the license is linked to that account.

With slmgr /xpr. In an administrator terminal, this command indicates whether the machine is permanently activated. If it shows an expiration date, the activation is not permanent and should be investigated.

With slmgr /dli. This command displays the recognized edition, the license status, and the last five characters of the installed key. It is the most reliable way to confirm that your key is actually installed, rather than a leftover key from a previous installation. The status label depends on the system language: “Licensed” in English, or its French equivalent on a French-language version of Windows.

One reliable indirect sign: personalization becomes available again. Open Settings > Personalization; if you can change the wallpaper and accent colors, Windows is properly activated.

What to do next

Once Windows is activated, two steps will save you from having to repeat the entire process in six months.

Link the license to a Microsoft account. In Settings > Accounts > Your info, sign in with a Microsoft account. This creates a digital license associated with the device and the account, making reactivation much easier after a motherboard change or reinstallation. If there is a problem, the Activation Troubleshooter then offers the option “I recently changed hardware on this device.”

Keep the product key and the invoice. Keep the message containing your key and the corresponding invoice: these are your two supporting documents in case of reinstallation or a dispute. At 123 Licence, the key is sent by email within a few minutes of ordering, and the invoice includes VAT.

If you have several computers to equip, the store offers licenses for 3 computers: at €29.99 including VAT, that brings the cost to under €10 per computer, which explains why this format dominates the 3-PC license catalog.

One question systematically comes up once the activation screen is closed: activating Windows does not install Office. If you are starting with a bare PC and need both, a Windows 11 Pro + Office 2024 Pro Plus bundle avoids placing two separate orders; if Windows is already properly licensed and you only need office software, the different versions are grouped in the Microsoft Office selection, which is particularly useful when you need to stay aligned with an existing workstation.

Final tip: if your PC displays an error message other than an edition mismatch, do not change the key at random. Each code points to a specific cause, and chaining them blindly makes diagnosis more complicated instead of solving it.

Previous article
Next article

Thank you for subscribing!

This email has been saved!

Shop the look

Choose the options

Edit the option
Back In Stock Notification

Choose the options

this is just a warning
Log in
Cart
0 articles