How to Check If Windows Is Activated

Knowing whether your copy of Windows is properly activated matters more than most people realize. An unactivated Windows installation isn't just missing a few cosmetic features — it can affect your ability to personalize settings, receive certain updates, and in some cases, trigger persistent reminders that interrupt your workflow. Checking activation status takes less than a minute, but understanding what you're actually looking at requires a bit more context.

What Windows Activation Actually Means

Windows activation is Microsoft's process of verifying that your copy of Windows is genuine and has been licensed appropriately. When you activate, your product key is tied to your hardware configuration and validated against Microsoft's servers. This prevents a single license from being used on multiple machines simultaneously.

There are a few distinct license types you might be running:

  • Retail license — purchased directly and transferable to a new device
  • OEM license — tied permanently to the original hardware it shipped with
  • Volume license — used by organizations managing many devices
  • Digital license — linked to your Microsoft account rather than a traditional product key, common on Windows 10 and 11 machines

The type of license you have affects what happens if you upgrade hardware, reinstall Windows, or switch devices — but it doesn't change how you check activation status.

The Fastest Way to Check: Settings App

The most straightforward method works on both Windows 10 and Windows 11:

  1. Open Settings (Win + I)
  2. Navigate to System
  3. Scroll down to Activation

Here you'll see one of a few possible status messages:

Status MessageWhat It Means
Windows is activatedYour license is valid and confirmed
Windows is activated with a digital licenseLinked to your Microsoft account
Windows is activated with a digital license linked to your Microsoft accountPortable activation tied to your account
Windows is not activatedNo valid license detected
We can't activate Windows on this deviceActivation attempted but failed

If the status reads activated, you'll also see your edition (Home, Pro, Enterprise, etc.) listed there. This matters because features vary significantly between editions — Pro includes BitLocker and Remote Desktop, for example, while Home does not.

Checking via Command Prompt or PowerShell 🖥️

If you prefer a quicker method or need to check activation status on a remote or headless machine, the command line is reliable:

Using Command Prompt (run as administrator):

slmgr /xpr 

This command pops up a dialog showing whether Windows is permanently activated or when a temporary activation expires.

For a more detailed breakdown:

slmgr /dlv 

This displays license type, activation ID, partial product key, and remaining grace period if applicable.

Using PowerShell:

Get-CimInstance SoftwareLicensingProduct | Where-Object { $_.Name -like "Windows*" } | Select-Object Name, LicenseStatus 

A LicenseStatus value of 1 means licensed and activated. Any other value indicates a problem.

What the Watermark Means

If you see a "Activate Windows" watermark in the bottom-right corner of your desktop, that's a clear signal that Windows is not activated. You may also notice that personalization settings — like changing your wallpaper or accent colors — are grayed out or blocked entirely. These restrictions are intentional, not bugs.

Some users run unactivated Windows for extended periods without realizing it, especially after a clean reinstall where they skipped entering a product key. The OS functions largely normally for core tasks, but Microsoft's intent is that you eventually activate.

Activation Status After Hardware Changes

This is where things get more nuanced. If you've recently replaced your motherboard, upgraded significant components, or moved to a new PC entirely, your previous activation may no longer be valid — particularly with OEM licenses.

A digital license linked to a Microsoft account handles hardware changes more gracefully. You can use the Activation Troubleshooter (found in the same Activation settings page) to re-link your license after a significant hardware change. Without a Microsoft account link, re-activation after a major hardware swap typically requires contacting Microsoft support or purchasing a new license.

Variables That Affect Your Activation Situation 🔍

Whether your current status is "fine as-is" or "needs attention" depends on factors specific to your setup:

  • How you obtained Windows — pre-installed OEM, retail purchase, upgrade from Windows 7/8, or clean install
  • Whether your license is tied to a Microsoft account — determines portability across hardware changes
  • Your Windows edition — Home vs. Pro vs. Enterprise have different licensing mechanisms
  • Whether you're on a managed or corporate device — IT-managed machines often use volume licensing that behaves differently from consumer licenses
  • Your use case — a personal home machine has different stakes than a work device requiring compliance

A Windows install that's "technically unactivated" on a home machine used for casual browsing sits in a very different position than an unactivated installation on a business device handling sensitive data or requiring enterprise-grade features.

Understanding those distinctions — which license type you have, how it was acquired, and what your machine is actually used for — is what determines whether your activation status requires action, and if so, which kind.