How to Change the Time on Your PC: A Complete Guide for Windows Users

Getting the time wrong on your PC is more than a minor annoyance. It can affect scheduled tasks, file timestamps, security certificates, and even your ability to connect to certain websites or services. Whether your clock drifted, you traveled across time zones, or you just switched to or from daylight saving time, knowing how to adjust your PC's clock is a fundamental skill.

Here's everything you need to know about how Windows manages time — and what affects whether a simple settings change is all you need.

Why Your PC's Clock Matters More Than You Think

Your PC's system clock isn't just for showing the time in the corner of your screen. It's used by:

  • Windows Update — to schedule and verify updates
  • SSL/TLS certificates — websites check your clock when validating secure connections
  • File system — every file you create or modify gets a timestamp
  • Task Scheduler — automated tasks rely on accurate system time
  • Microsoft 365, OneDrive, and other cloud services — syncing depends on clock accuracy

A clock that's off by even a few minutes can cause login failures, sync errors, or broken HTTPS connections in some environments.

How to Change the Time on Windows 10 and Windows 11

Method 1: Through Settings (Recommended for Most Users)

  1. Click the time display in the bottom-right corner of your taskbar
  2. Select Adjust date/time
  3. In the Settings window, toggle Set time automatically to Off if you want to set it manually
  4. Click Change under "Set the date and time manually"
  5. Enter the correct date and time, then click Change

For Windows 11, the path is the same but the Settings interface looks slightly different — you'll find it under Settings > Time & Language > Date & Time.

Method 2: Via the Control Panel

  1. Open Control Panel (search for it in the Start menu)
  2. Go to Clock and Region > Date and Time
  3. Click Change date and time
  4. Adjust the values and click OK

This method is useful if you prefer the classic Windows interface or if the Settings app is behaving unexpectedly.

Method 3: Command Prompt or PowerShell (Advanced Users)

If you need to set the time without a GUI — for example, in a remote session or automated script — you can use:

time HH:MM:SS date MM/DD/YYYY 

Or in PowerShell:

Set-Date -Date "2025-06-15 14:30:00" 

These commands require administrator privileges.

Automatic Time Sync: What It Is and When It Helps

Windows includes a built-in Internet Time feature that syncs your clock automatically with an online NTP (Network Time Protocol) server — typically time.windows.com by default.

When this is enabled, Windows periodically checks the server and corrects any drift. For most home users, this is the easiest and most reliable option.

To verify or change the sync settings:

  1. Open Date and Time settings
  2. Click Internet Time tab (in Control Panel's Date and Time dialog)
  3. Click Change settings
  4. Make sure Synchronize with an Internet time server is checked
  5. You can switch the server (e.g., to time.google.com or pool.ntp.org)

⏱️ Keep in mind: automatic sync only works when your PC is connected to the internet. Offline machines or those behind strict firewalls may require manual adjustment.

The CMOS Battery: When the Clock Keeps Resetting

If your PC consistently loses time every time it's powered off or restarted, the issue likely isn't with Windows at all — it's with the CMOS battery on your motherboard.

This small coin-cell battery (typically a CR2032) maintains the system clock and BIOS settings when your PC is unplugged. If it's failing or dead, your PC will forget the time every time you shut it down.

Signs of a dying CMOS battery:

  • Clock resets to a past date (often January 1, a year in the past) after shutdown
  • BIOS settings keep reverting
  • You see BIOS error messages at startup about the clock

Replacing it is inexpensive and usually straightforward on a desktop. Laptops are more variable — some have accessible batteries, others don't.

Time Zones, Daylight Saving, and Automatic Adjustments

Changing the time and changing the time zone are two different actions. If your clock is consistently off by a round number of hours, a time zone mismatch is the likely cause.

To change your time zone in Windows:

  • Go to Settings > Time & Language > Date & Time
  • Under Time zone, select the correct zone from the dropdown
  • Optionally enable Set time zone automatically if your device has location services

🌍 Windows can also automatically adjust for daylight saving time — look for the toggle labeled "Adjust for daylight saving time automatically."

Variables That Affect Which Fix You Actually Need

SituationMost Likely CauseSuggested Fix
Clock is a few minutes offNTP sync driftRe-enable automatic sync
Clock is off by whole hoursWrong time zoneChange time zone setting
Clock resets after every shutdownFailing CMOS batteryReplace CMOS battery
Can't change time (grayed out)No admin rights or domain policyContact IT admin
Time syncs incorrectlyFirewall blocking NTP (port 123)Adjust firewall or sync server
Domain-joined PC has wrong timeAD time policy conflictDomain controller manages time

Permissions and Domain Environments

On a personal or local PC, any administrator account can change the time. On a domain-joined machine — typically a work computer managed by IT — the time is usually controlled by Active Directory Group Policy. Manual changes may be blocked or overridden automatically.

If you're on a managed work device and the time is wrong, the fix needs to happen at the domain controller or policy level, not on your individual machine.


Whether a quick toggle in Settings solves your problem or you're dealing with a deeper issue like a failing CMOS battery or domain policy conflict depends entirely on how your system is configured, who manages it, and what's actually causing the drift. The steps above cover the full range — which one applies is a function of your specific setup.