Licensing Service Returned an Error
What This Error Means
The Windows Software Protection Platform (SPP) service encountered an internal error while trying to validate your license. This is a local licensing subsystem failure rather than a server-side key rejection.
Corrupted activation tokens, stopped services, or damaged registry entries in the SPP store are the usual causes.
How to Fix It
- Open services.msc and restart 'Software Protection' and 'SPP Notification Service'.
- Run Command Prompt as admin: net stop sppsvc then net start sppsvc.
- Execute sfc /scannow and DISM /Online /Cleanup-Image /RestoreHealth.
- Clear licensing cache: del %windir%\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\SoftwareProtectionPlatform\tokens.dat (after stopping sppsvc).
- Restart and retry activation with slmgr /ato.