Windows 11's 24H2 update has introduced an unexpected bug preventing non-administrator users from changing time zones, disrupting workflows for many business and home users. Microsoft has acknowledged the issue in support documentation, linking it to recent security updates while promising a permanent fix in future patches.
The Time Zone Change Bug Explained
The issue manifests when standard users (non-administrators) attempt to modify time zone settings through either:
- The Settings app (Settings > Time & Language > Date & Time)
- The legacy Control Panel (Control Panel > Clock and Region > Date and Time)
Affected users receive an error message stating "You don't have permission to perform this action" despite previously having this capability. The bug appears tied to security update KB5050094 and affects all 24H2 builds.
Microsoft's Official Response
In a support article updated November 2023, Microsoft confirmed:
- The issue stems from unintended permission changes in recent security updates
- Both domain-joined and standalone PCs are affected
- The company is working on a resolution for future updates
- No specific timeline has been provided for the official fix
Temporary Workarounds for Non-Admin Users
While awaiting Microsoft's permanent solution, these methods can restore time zone functionality:
1. Command Prompt Method
timedate.cpl
Surprisingly, this legacy command often bypasses the restriction when run as a standard user.
2. PowerShell Alternative
Set-TimeZone -Name "Eastern Standard Time"
Replace the time zone name as needed. This requires PowerShell 5.1 or later.
3. Registry Edit (Admin Required)
Administrators can implement this registry fix for all users:
1. Open Regedit as admin
2. Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
3. Create a new DWORD (32-bit) Value named EnableTimeZoneRedirection
4. Set the value to 1
Impact on Enterprise Environments
The bug presents particular challenges for:
- Remote workers crossing time zones
- Companies with geographically distributed teams
- Organizations using time-based authentication
- Systems relying on accurate timestamps for logging
IT administrators report increased helpdesk tickets related to the issue, with some resorting to Group Policy modifications as a stopgap measure.
Historical Context
This isn't Windows' first time zone-related issue. Notable precedents include:
- The 2018 daylight saving time bug affecting calendar apps
- The 2020 time zone database corruption issue
- The 2022 virtualization time sync problems
What makes the 24H2 bug unique is its specific targeting of non-admin users, suggesting Microsoft may have overcorrected following security concerns about time manipulation attacks.
When to Expect a Fix
Based on Microsoft's typical response timeline for similar issues:
- Emergency out-of-band update: Possible within 2-4 weeks
- Regular Patch Tuesday fix: Likely in the next 1-2 monthly updates
- Full resolution in 24H2: Potentially with the Spring 2024 feature update
Users can monitor the official Windows Health Dashboard for updates on resolution progress.
Best Practices Until Resolution
- Document your current workaround method
- Educate affected users about temporary solutions
- Consider creating desktop shortcuts to time.cpl for quick access
- Monitor system clocks for drift if manual adjustment is needed
- Check critical time-dependent applications for proper function
Microsoft's Windows team has assured users they're prioritizing this fix, recognizing its impact on productivity across home and business environments. The incident highlights the delicate balance between security hardening and user functionality in modern operating systems.