If your Remote Desktop Server stops allowing users to connect, the most common reason is the 120 Day RDS Grace Period expiration. This guide will show you how to reset the grace period and fix licensing errors step-by-step.
Why the RDS Grace Period Error Happens
- Remote Desktop Licensing not configured
- Grace period expired after 120 days
- License server not detected
- Incorrect group policy configuration
Method 1: Reset RDS Grace Period Using Registry
Step 1: Open Registry Editor
- Press Windows + R
- Type
regedit - Press Enter
Step 2: Navigate to Registry Path
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\RCM\GracePeriod
- Right-click GracePeriod
- Select Permissions
- Click Advanced
- Change owner to Administrators
- Apply changes
- Delete the key starting with L$RTMTIMEBOMB
Restart the server to activate a new 120 day grace period.
Method 2: Reset Grace Period Using PowerShell
Run Command Prompt as Administrator
takeown /f "HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server\RCM\GracePeriod" /r /d y
After removing the registry key, restart the server.
Method 3: Configure RDS Licensing Properly
The best permanent solution is installing and activating a Remote Desktop License Server.
- Open Server Manager
- Click Add Roles and Features
- Select Remote Desktop Licensing
- Install the role
- Activate the license server
- Add RDS CAL licenses
Check Remaining RDS Grace Period
Run the following command:
slmgr /dlv
This command shows detailed Windows licensing information.
Related Windows Server Fix
👉 Fix Remote Desktop Licensing Error in Windows Server
Official Microsoft Documentation
For more details visit Microsoft Learn Documentation
Video Tutorial
▶ Watch Full Video GuideFrequently Asked Questions
What is RDS Grace Period?
It is a temporary 120 day period where Remote Desktop Services works without installing CAL licenses.
Can I reset the RDS grace period?
Yes, administrators can reset it by deleting the GracePeriod registry key.
Is resetting the grace period recommended?
It should only be used for testing. Production servers should install proper RDS licenses.

Hi Please, Do Not Spam in Comments