To check if Windows 10 is activated using PowerShell, you can use the following command:
License Status Values:
The command returns an integer that indicates the activation status:
0
– Unlicensed1
– Licensed2
– Out of tolerance3
– Not licensed4
– Notification
Example Usage
After running the command, if the result is 1
, your Windows installation is activated.
Alternatively, you can use this shorter PowerShell command, which provides a clear summary:
This will open a small window indicating whether your Windows installation is activated.
#Windows10 #Windows11 #WindowsActivation #HowtoactivateWindows