Have you noticed that every time you turn on your laptop, the date and time go back several hours, days, or even years? This problem occurs on devices of all brands - from budget Lenovo IdeaPad up to bonus MacBook Pro and gaming ASUS ROG. Moreover, the error can appear both after a reboot and after several hours of operation. In 90% of cases, it is not hardware failures that are to blame, but software failures or incorrect settings.
In this article we will look at all possible reasons - from a dead battery CMOS to viruses that interfere with time synchronization. You will learn how to diagnose a problem in 2 minutes, what settings be sure to check in Windows 10/11, macOS And Linux, and when it’s really time to take your laptop to a service center. And at the end - answers to frequently asked questions and life hacks that will save you hours of searching for a solution.
1. CMOS battery: the main culprit of timing failures
If time goes wrong every time you turn off the laptop (for example, it shows 2010 or 00:00), in 80% of cases the dead battery is to blame CMOS (aka RTC — Real-Time Clock). This little “pill” on the motherboard powers the clock even when the laptop is turned off. When the charge runs out, the system loses the current time and is reset to default values (most often the BIOS release date).
How to check:
- 🔋 External signs: In addition to a time failure, if the battery is dead, BIOS settings may be reset (for example, boot order or parameters
Secure Boot). - 🔍 Visual inspection: on most laptops the battery looks like a coin
CR2032(3B). If it is swollen or leaking, replace it immediately! - ⚡ Voltage check: using a multimeter (should be ~3V). Without the device, you can temporarily install a new battery - if the time stops going wrong, the reason has been found.
Service life CMOS-batteries - 5–10 years. If your laptop is older, replace it without waiting for full discharge: This will prevent you from losing BIOS settings and booting problems. The cost of a new one is from 50 to 300 rubles (depending on the model).
⚠️ Attention: On some laptops (eg Dell XPS or HP Spectre) battery CMOS soldered into the motherboard. In this case, it can only be replaced at a service center.
- Every time you turn off
- Once every few days
- Only after Windows update
- Never got lost
2. Incorrect time settings in Windows
If time goes wrong not much (for 1–2 hours) or only after updates, the problem is most likely in the system settings. Windows 10/11 by default synchronizes time with servers Microsoft, but sometimes this process fails.
How to fix:
- Open
Settings → Time and language → Date and time. - Make sure the options are enabled:
- ⏰ Set time automatically
- 🌍 Automatically set time zone
Sync now (if the button is inactive, disable and re-enable automatic synchronization).w32tm /config /syncfromflags:manual /manualpeerlist:"time.windows.com,0x1 pool.ntp.org,0x1"
Then do:
w32tm /config /reliable:yes /update
If after these steps time continues to “run away”, check time service:
- Click
Win + R, enterservices.msc. - Find a service
Windows Time(W32Time). - Make sure it is in mode
Automatically.
☑️ Checking time settings in Windows
3. BIOS/UEFI failures: when the system “forgets” the settings
BIOS (or its modern version - UEFI) is responsible for setting up the hardware, including the system clock. If the settings are reset, the time may also be affected. Most often the problem occurs after:
- ⚡ BIOS updates (failed or interrupted).
- 🔄 Reset BIOS settings to factory settings (
Load Default Settings). - 🛠️ Overclocking the processor or changing power settings.
How to diagnose:
- When booting the laptop, press
F2,DelorEsc(depending on the model) to enter the BIOS. - Check the current date and time in the section
MainorSystem Time. - If they are knocked down, set the correct values and save the settings (
F10). - Restart your laptop and check if the changes are saved.
If BIOS settings are reset every time, this may indicate:
- 🔋 Dead battery
CMOS(yes, it affects this too). - 💻 Microcircuit malfunction
RTC(needs renovation). - 🛠️ Damage to the BIOS firmware (needs to be re-flashed).
⚠️ Attention: If after resetting the BIOS the laptop stops booting, do not try to update the firmware yourself - this may lead to the device becoming bricked. Contact service.
How to update BIOS safely?
1. Download the firmware ONLY from the manufacturer’s official website (for example, [support.lenovo.com](https://support.lenovo.com) for Lenovo).
2. Connect the laptop to the network (do not update on the battery!).
3. Close all programs and disable your antivirus.
4. Follow the instructions of the update wizard - do not interrupt the process!
5. After updating, reset BIOS settings to factory settings (Load Defaults).
4. Viruses and malware: when time goes astray “by itself”
Some viruses and Trojans specifically change the system time in order to:
- 🕵️ Bypass antivirus protection (some programs check the time of the last scan).
- 💰 Mask fraudulent transactions (for example, in banking Trojans).
- 🔄 Disturb the operation of licensed software (throwing out the validity period of trial versions).
How to check:
- Run full check antivirus (for example, Kaspersky Virus Removal Tool or Dr.Web CureIt!).
- Use utilities to scan for rootkits (for example, GMER or TDSSKiller).
- Check the list of running processes in
Task Manager(clickCtrl+Shift+Esc). Look out for suspicious names likesvchost.exewith a non-standard location (not inC:\Windows\System32).
If the antivirus finds threats, but the time is still wrong:
- 🔄 Reinstall Windows with formatting the system disk (a virus could have entered the boot sector).
- 🛡️ Install firewall (For example, Windows Defender Firewall or Comodo Firewall).
- 🔒 Disable script execution in the browser (in the security settings).
In 2023, cases of virus infection have become more frequent ClockTuner, which changes the time to random values every 30 minutes. It masquerades as a system process timebroker.exe - check his digital signature via Properties → Details.
5. Problems with time synchronization in Linux and macOS
On Linux And macOS Timing failures are less common, but are also possible. Main reasons:
- 🐧B Linux: incorrect settings
ntpdorsystemd-timesyncd. - 🍎 B macOS: service failure
ntpdor conflict with iCloud. - 🌐 Problems with network protocols (for example, port blocking
123/UDPfirewall).
For Linux (Ubuntu/Debian/CentOS):
- Check service status:
timedatectl statusIf synchronization is disabled, enable it:
sudo timedatectl set-ntp true - Restart the service:
sudo systemctl restart systemd-timesyncd - Force time synchronization:
sudo ntpdate pool.ntp.org
For macOS:
- Open
System Settings → Date and Time. - Unlock settings (click on the lock below).
- Turn on
Set date and time automaticallyand select a servertime.apple.com. - If the problem persists, reset the cache
NTP:sudo sntp -sS time.apple.com
If you are using dual loading (Windows + Linux), make sure both systems are set to UTC (not local time). B Windows this can be done through the registry:
reg add "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TimeZoneInformation" /v RealTimeIsUniversal /d 1 /t REG_DWORD /f
6. Hardware faults: when it’s time for service
If all software methods have been tried, and the time is still off, the problem may be hardware. Here are signs that your laptop needs to be repaired:
- ⏱️ Time is lost even with synchronization enabled and a new battery
CMOS. - 🔌 The laptop does not retain BIOS settings (they are reset every time it is turned off).
- 💥 Artifacts appear on the screen or the laptop turns off spontaneously.
- 🔥 It smells like burning or the case gets warm when turned off.
Possible malfunctions:
| Symptom | Probable Cause | Solution |
|---|---|---|
| The time is off by 2–3 hours, the laptop slows down | South bridge fault (PCH) |
Replacing the chip or motherboard |
| BIOS settings are reset, the laptop does not turn on the first time | Damage to the chip RTC or power circuits |
Diagnostics in the service, soldering/replacement of elements |
| Time “runs away” by 5–10 minutes per hour | Unstable quartz resonator | Replacing the clock generator |
Laptop doesn't see battery CMOS even after replacement |
Short circuit in power supply | Motherboard repair |
The cost of repair depends on the laptop model:
- 💻 Replacing the battery
CMOS(if not soldered) - 500–1500 rub. - 🔧 Repair of power circuits - 2000–5000 rub.
- 🖥️ Replacing the south bridge or microcircuit
RTC— from 6000 rub.
⚠️ Attention: If your laptop is under warranty, do not open it yourself - this will void the warranty. Contact an authorized service center (for example, Apple - in Apple Store or AASP).
Before visiting the service, take a photo or write down the current BIOS settings (sections Main, Boot, Security). This will help restore functionality faster after repairs.
7. External factors: voltage drops, magnetic fields and other “non-obvious” reasons
Sometimes the time on the laptop gets lost due to external influences, which users are not even aware of:
- ⚡ Unstable voltage in the network: Sudden surges can damage power circuits
CMOSor microcircuitRTC. Use UPS (uninterruptible power supply) or surge protector. - 🧲 Magnetic fields: If the laptop is placed near powerful speakers, a microwave oven or transformers, this may affect the crystal oscillator.
- 🌡️ Overheating or cold: Extreme temperatures (below 0°C or above 50°C) accelerate battery drain
CMOS. - 📡 Wi-Fi/4G interference: In rare cases, strong radio interference prevents time synchronization across the network.
How to protect yourself:
- 🔌 Use high quality power supply (original or certified).
- 📦 Store your laptop in a case made of antistatic material.
- 🌐 If you work in interference conditions, disable automatic time synchronization and set it manually.
Interesting fact: in 2020, users MacBook Pro complained en masse about time failures due to defect in the chip T2. Apple acknowledged the problem and released a free repair program for 2018-2019 models.
8. Prevention: how to avoid time problems in the future
To avoid experiencing time glitches again, follow these guidelines:
- 🔄 Update your BIOS once every 6–12 months (but only with a stable diet!).
- 🛡️ Use an antivirus with protection against rootkits (for example, Kaspersky Internet Security).
- ⚡ Change the battery
CMOSevery 5 years (even if the laptop is working normally). - 🌐 Set up a backup time server (For example,
pool.ntp.orginstead oftime.windows.com). - 📝 Check the event log regularly (
eventvwr.msc) for time-related errors.
For laptop owners Lenovo, HP And Dell It is useful to install proprietary diagnostic utilities:
- Lenovo Vantage (checks battery condition
CMOS). - HP Support Assistant (monitors hardware errors).
- Dell SupportAssist (automatically updates BIOS and drivers).
If you travel frequently, disable automatic time zone synchronization and set it manually to prevent conflicts when crossing borders.
Regular diagnostics (every 3 months) help identify timing problems at an early stage, when they can be corrected using software without resorting to repairs.
FAQ: Frequently asked questions about time errors on a laptop
❓ Why does time only go wrong after sleep/hibernation?
This is a common problem with power management drivers. Update your drivers ACPI And Chipset from the laptop manufacturer's website. Also check your power plan settings: disable Quick start in Control Panel → Power Options.
❓ Can a virus change the time on a laptop without an antivirus?
Yes, some viruses (for example, Trojan.TimeKiller) specifically manipulate system time to bypass protection. Check your laptop using a bootable USB flash drive with antivirus (for example, Kaspersky Rescue Disk).
❓ How do I know what CMOS battery is in my laptop?
Open the bottom cover of the laptop (or look in the user manual). Usually this CR2032 (3B), but in some models (for example, MacBook Air) is used CR2026 or soldered battery. For accurate identification, enter your laptop model on the website ManualsLib.
❓ Why does the time still get lost after replacing CMOS?
Possible reasons:
- Poor contact between the battery and the connector (clean the contacts with alcohol).
- Microcircuit malfunction
RTCor power circuits. - The new battery is defective (check the voltage with a multimeter).
If the problem persists, contact service.
❓Can I use a laptop without a CMOS battery?
Technically yes, but:
- ⏰ The time will be reset every time you turn it off.
- ⚙️ BIOS settings will return to factory settings.
- ⚡ There may be problems with loading (for example, if the BIOS
Secure Boot, but the system requires it).
For permanent work without CMOS-batteries, set up automatic time synchronization when the OS starts.