To check if your Windows system is activated and find out its activation channel, follow these steps:
Using the Command Prompt
- Open Command Prompt:
- Press
Windows + R
to open the “Run” dialog. - Type
cmd
and press Enter.
- Press
- Check Activation Status:
- In the Command Prompt, type the following command and press Enter: slmgr /xpr
- A small window will pop up telling you whether your system is permanently activated or not.
- Check Activation Channel:
- In the same Command Prompt window, type the following command and press Enter: slmgr /dlv
- A detailed window will appear with information including the activation channel (e.g., Retail, OEM, Volume License).
To sum up
Open PowerShell or the Command Prompt and type in:
slmgr /xpr to see your activation status.
Other commands include:
- slmgr.vbs /dli – Basic license information
- slmgr.vbs /dlv – Detailed license information
- slmgr.vbs /xpr – License expiration date
