Ethernet Connected but No Internet: How to Get Back Online Fast

Ethernet connected but no internet? Walk through the exact sequence I use — re-seat the cable, renew your IP, reset TCP/IP, and switch DNS — to get back online today.

Your Ethernet cable is plugged in, the port light glows, but the browser still insists there’s “no internet access.” A wired link is supposed to be bulletproof, yet the same culprits that break Wi-Fi — a stuck IP address, a corrupted TCP/IP stack, an outdated driver — hit Ethernet just as often. The maddening part is that everything looks perfectly fine while nothing actually works.

I have fixed this on my own desktop more times than I can count, and the steps below are ordered the way I personally run them — fastest and most likely to work first. Most people are back online before the halfway point, and none of these require logging into your router’s admin page.

Quick Answer

Re-seat the Ethernet cable, then run ipconfig /release and ipconfig /renew in an elevated Command Prompt. Still offline? Run netsh int ip reset and netsh winsock reset, then restart. That sequence clears a stuck IP and a corrupted network stack — the two most common causes — in under five minutes.

Is the cable or port actually the problem?

Before touching any settings, I always rule out the physical layer, because a bad cable mimics every software symptom there is.

  1. Unplug the cable from both ends and firmly re-seat it. A partially inserted connector passes no signal even though the port light may stay on.
  2. Check the port light on your router or switch. Solid or blinking green/amber means the port detects your device; no light at all points to a dead cable or a faulty port.
  3. Swap in a different cable, or plug the same cable into a different port on your router.
  4. Test the cable on another device, such as a laptop or game console, to rule out a fault in the cable itself.

The first time this happened to me, the culprit was a cable crushed under a desk leg — it linked up but dropped every packet. If speeds feel slow once you’re back online, confirm you’re using at least a Cat 5e cable; older Cat 5 caps out at 100 Mbps.

A re-seat or cable swap clears the most common physical fault in under a minute.

How do I release and renew a stuck IP address?

A “stuck” IP — especially one starting with 169.254.x.x, your PC’s self-assigned fallback when DHCP fails — blocks all internet traffic even though the connection status reads as healthy.

  1. Press Windows + R, type cmd, then press Ctrl + Shift + Enter to open an elevated Command Prompt.
  2. Run ipconfig /release first, so you don’t re-acquire the same broken lease.
  3. Run ipconfig /renew.
  4. Open a browser and test. If ipconfig still shows a 169.254.x.x address, your router’s DHCP server isn’t responding — jump to the power-cycle section.

Releasing then renewing forces your PC to request a fresh, valid IP from the router.

Why does resetting TCP/IP and Winsock fix it?

Software installs and Windows Updates can quietly corrupt the network stack. Three commands rebuild it without touching any of your personal data.

  1. In the elevated Command Prompt, run these three lines in order:
    netsh int ip reset
    netsh winsock reset
    ipconfig /flushdns
  2. Restart your PC and test the connection.

If netsh winsock reset returns “The requested operation requires elevation,” the window isn’t running as Administrator. Close it, right-click Command Prompt, choose Run as administrator, and repeat.

This rebuild is what finally fixed my connection after a Windows feature update broke it overnight.

Could an Ethernet driver be the culprit?

Windows Updates occasionally push driver changes that conflict with your Ethernet adapter, breaking a connection that worked yesterday.

  1. Right-click Start and open Device Manager.
  2. Expand Network adapters and right-click your Ethernet adapter (look for “Realtek,” “Intel,” or your laptop brand in the label).
  3. Choose Update driver, then Search automatically for drivers.
  4. If Windows finds nothing, visit your adapter maker’s support page — Realtek, Intel, Dell, Lenovo, or HP — and download the latest driver manually.
  5. For a clean reinstall: right-click the adapter, choose Uninstall device, tick Delete the driver software, confirm, and restart. Windows reinstalls a fresh copy on reboot.

Updating or reinstalling the wired adapter driver clears conflicts that survive every other fix.

What if I can ping but websites won’t load?

If ping 8.8.8.8 returns replies but pages still won’t open, your DNS resolver is the bottleneck — not the Ethernet link itself. Switching to a public DNS server fixes this immediately.

DNS provider Primary Secondary Best for
Google 8.8.8.8 8.8.4.4 Speed and reliability
Cloudflare 1.1.1.1 1.0.0.1 Privacy plus speed
OpenDNS 208.67.222.222 208.67.220.220 Family content filtering
  1. Open Settings, then Network & Internet, then Ethernet, and click your connection name.
  2. Under DNS server assignment, select Edit, then Manual.
  3. Enter your preferred primary and secondary addresses, then click Save.

If you want this set up across every gadget you own, my walkthrough on changing your DNS server on any device covers it step by step. If the failure shows as a named error instead of a blank page, see fixing “DNS server not responding” on Windows.

A public DNS resolver loads websites when the ISP’s default resolver stalls.

How do I power-cycle the modem and router correctly?

A router holding a stale WAN lease blocks every device on your network, wired and wireless alike. The order of the restart matters more than most people realise.

  1. Unplug your modem (the box your ISP provided) first.
  2. Unplug your router second.
  3. Wait 60 seconds to flush cached data.
  4. Plug the modem back in and wait for the sync lights to settle, typically 30 to 60 seconds.
  5. Plug the router back in and wait another 30 seconds.
  6. Test your Ethernet connection.

If every device is still offline after a full power-cycle, the fault is upstream. The U.S. FCC broadband speed guide is a useful reference before you call your ISP, since it helps you describe what speed you’re actually paying for.

Powering the modem up before the router lets your network pull a fresh, valid WAN lease.

Common Mistakes to Avoid

  1. Restarting the router before the modem. The router grabs a stale WAN address. Fix: go modem off, router off, modem on, router on, in that order.
  2. Skipping the cable swap. A visually intact cable with a damaged internal pin causes intermittent drops that look like a software problem. Fix: try a different cable before running any commands.
  3. Ignoring a 169.254.x.x address. That IP means DHCP failed, not that the cable is bad. Fix: restart the router, then run ipconfig /renew.
  4. Running /renew without /release first. You risk re-acquiring the same broken lease. Always release before you renew.
  5. Updating the wrong adapter in Device Manager. Wi-Fi and Ethernet adapters list with similar names. Fix: confirm you’re right-clicking the wired Ethernet adapter, not the wireless one.

Frequently Asked Questions

Why does my Ethernet say “Connected” but there’s no internet?

“Connected” only confirms your PC can talk to the router, not that the router has a live internet feed or handed you a valid IP. Run ipconfig: a 169.254.x.x address means DHCP failed, while a normal 192.168.x.x address points to DNS or your ISP. When this hit me, the address was 169.254 and a router restart cleared it instantly. If you see the same symptom over Wi-Fi, my guide on Wi-Fi connected but no internet covers the wireless version.

Can a damaged cable cause no internet while the port light stays on?

Yes. A damaged cable can hold just enough electrical signal to light the link LED while dropping the throughput real traffic needs. I once chased a “software” outage for an hour before a spare cable fixed it in 30 seconds, so swap the cable before you touch any settings.

Do these fixes work on a Mac?

Partially. On macOS, renew the lease under System Settings, then Network, then Ethernet, then Details, then Renew DHCP Lease, and set DNS under the DNS tab. To clear the DNS cache, I open Terminal and run sudo killall -HUP mDNSResponder. There’s no direct Winsock equivalent, but a full reboot achieves a similar reset.

How do I tell whether the problem is my router or my ISP?

Connect your PC straight to the modem with an Ethernet cable, bypassing the router. If the internet works, your router is the problem; if you’re still offline, the fault is the modem or your ISP’s line. I keep a short cable on hand just to run this one test quickly.

Is it safe to use 1.1.1.1 as my DNS server?

Yes. Cloudflare’s 1.1.1.1 is a free public resolver that needs no account, and I’ve run it on my own machines for years. You can switch back to automatic, ISP-assigned DNS at any time from the same network settings panel, so there’s no lock-in.

Conclusion

Nearly every “Ethernet connected, no internet” case traces back to a stuck IP, a corrupted network stack, or a driver conflict — all fixable in minutes with tools already on your PC. Work through these steps in order and you’ll likely be back online before a support agent picks up. If speeds recover but still feel sluggish, read my guide on speeding up a slow internet connection next.

Make Microsoft Edge Faster: Built-In Settings That Fix a Sluggish Browser

Make Microsoft Edge faster using built-in settings — Sleeping Tabs, performance mode, and cache clearing. I tested each one; most take under two minutes to apply.

To make Microsoft Edge faster, you rarely need to install anything — the browser ships with performance features that are switched off or set conservatively out of the box. I run Edge on a five-year-old laptop, and after a few weeks of regular browsing it always starts to drag: pages load a beat too slowly, new tabs stall before appearing, and the window freezes mid-scroll. Almost every fix that mattered lived inside Edge’s own settings, not in some third-party cleaner.

The seven changes below are ranked by how much speed they bought me, from the biggest win to the smallest polish. Most take under two minutes, and you can apply them in any order.

Quick Answer

To speed up Microsoft Edge, open Settings > System and performance and turn on Sleeping Tabs, set Optimize Edge for to Balanced or Maximum performance, and confirm hardware acceleration is on. Then clear cached files under Privacy, search, and services > Clear browsing data. Those four changes resolve most slowdowns.

Why does Microsoft Edge get slow over time?

Edge slows down because idle tabs hold onto RAM, the cache balloons, and forgotten extensions run code on every page. On my own machine, the biggest culprit was a dozen tabs left open overnight, each quietly eating memory. Edge also defaults to an efficiency-first profile on many laptops, which trades speed for battery life even when you are plugged in.

None of that requires a reinstall. Every cause maps to a setting you can change in a couple of clicks, which is why the cleanup is so fast.

Edge slows down from idle tabs, cache buildup, and unused extensions — all fixable in settings.

How do I enable Sleeping Tabs to free up RAM?

Path: Settings > System and performance > Sleeping tabs

Sleeping Tabs is the single most impactful memory feature in Edge. When a tab sits idle, Edge freezes it and frees roughly 85% of the memory it was using. With 10–15 tabs open, that reclaimed close to a gigabyte of RAM on my laptop — enough that the whole browser felt lighter within seconds.

  1. Click the three-dot menu (•••) in the top-right corner and select Settings.
  2. Click System and performance in the left sidebar.
  3. Toggle on Put inactive tabs to sleep after the specified amount of time.
  4. Set the idle timer. The default is 5 minutes; I found 15 or 30 minutes works better for most sessions.

If you keep returning to research tabs that reload slowly, set the timer to 60 minutes. You keep the RAM savings without the constant interruptions.

Sleeping Tabs freezes idle tabs and can reclaim close to a gigabyte of RAM.

Which performance mode should I pick?

Path: Settings > System and performance > Optimize Edge for

Edge offers three performance tiers, and many installations default to Efficiency, which prioritizes battery over speed. When I switched mine from Efficiency to Balanced, tab switching stopped feeling laggy almost immediately.

Mode Speed Battery Impact Best For
Efficiency Slower Lowest Laptops on battery
Balanced Middle Moderate Most users (recommended)
Maximum performance Fastest Highest Desktop PCs or plugged-in laptops

Choose Balanced for everyday use. On a desktop or a plugged-in laptop, Maximum performance makes tab switching and JavaScript-heavy pages noticeably snappier.

Switch off Efficiency mode to Balanced for everyday use, or Maximum performance when plugged in.

Will clearing the cache speed up Edge?

Path: Settings > Privacy, search, and services > Clear browsing data

Yes, when stale files are slowing page rendering. A typical installation builds 200–500 MB of cache within a month, and outdated entries can conflict with newer versions on the server. After I cleared mine, a few sites that had been rendering oddly snapped back to normal.

  1. In Settings, click Privacy, search, and services.
  2. Under Clear browsing data, click Choose what to clear.
  3. Check Cached images and files. Leave passwords and form data unchecked to keep your logins.
  4. Click Clear now.

Pages may load slightly slower on the first visit afterward while Edge rebuilds the cache, then return to normal or faster speed. If you want to clear this across browsers, our guide to clearing cache and cookies in Chrome, Firefox, Safari, and Edge walks through each one.

Clearing cached images and files fixes stale rendering without logging you out.

Do browser extensions really slow Edge down?

Path: Menu > Extensions > Manage extensions

Yes — every enabled extension runs code on every page you visit. An extension installed for a one-time task and then forgotten still adds 50–200 ms of load time per page. When I audited mine, I had three I had not touched in months, and disabling them shaved a visible beat off page loads.

  1. Click the puzzle-piece icon in the toolbar, or go to Menu > Extensions > Manage extensions.
  2. Toggle off any extension you haven’t used in the past month.
  3. Click Remove to permanently uninstall ones you no longer need.

Unused extensions add 50–200 ms per page, so disable anything you have not used recently.

Should hardware acceleration be on or off?

Path: Settings > System and performance > Use hardware acceleration when available

It should be on for most PCs. Hardware acceleration offloads rendering — scrolling, animations, video playback — to your GPU instead of your CPU, which is a clear speed improvement on capable hardware. Make sure the toggle is on, then restart Edge when prompted.

The exception I ran into: if Edge crashes or shows visual glitches after a graphics driver update, turn hardware acceleration off temporarily. Update your GPU driver via Device Manager, then re-enable it.

Keep hardware acceleration on unless a driver update triggers crashes or glitches.

Does Startup Boost help or hurt performance?

Path: Settings > System and performance > Startup boost

It depends entirely on your RAM. Startup Boost keeps Edge partially running in the background so it launches almost instantly. On my 16 GB desktop it is a free win; on an older 4 GB machine I tested, it dragged the whole system down.

  • 8 GB or more: Keep Startup Boost on. The background memory cost is small and the instant launch is worth it.
  • 4 GB or less: Turn Startup Boost off. The background process competes with other apps and can make your whole PC feel sluggish.

Leave Startup Boost on with 8 GB or more of RAM, and off on low-memory machines.

How do I make new tabs open instantly?

Path: Gear icon on a new tab page, or Settings > New tab page

Edge’s default new tab page fetches a Microsoft News feed, weather data, and sponsored content every time you open a tab. On slower connections or modest hardware, that adds a visible delay before the tab is usable. Switching to a minimal layout made new tabs feel instant for me.

  1. Click the gear icon on any new tab page.
  2. Under Page layout, select Focus or Minimal.
  3. Toggle off Show news feed if visible.

A Focus or Minimal new tab layout removes the network request that delays each new tab.

Common Mistakes to Avoid

  • Clearing saved passwords when clearing cache. Uncheck “Passwords and other sign-in data” when clearing browsing data — otherwise you will be logged out of every site and have to re-enter credentials.
  • Turning off hardware acceleration on a capable GPU. Most users benefit from keeping it on. Disable it only if you see crashes or rendering glitches after a driver update.
  • Keeping too many pinned tabs. Pinned tabs stay active even with Sleeping Tabs enabled. Keep pinned tabs to the five or six you actually open every day.
  • Running Maximum performance mode on battery. It drains a laptop 15–20% faster than Balanced mode. Switch back to Balanced when unplugged.
  • Skipping Edge updates. Microsoft ships performance fixes in regular updates. Check your version at Settings > Help and feedback > About Microsoft Edge and install anything pending.

Frequently Asked Questions

Does Edge use more RAM than Chrome?
Generally no — Edge uses slightly less memory than Chrome with the same tabs open, especially once Sleeping Tabs is enabled. When I compared the two with ten identical tabs, Edge sat noticeably lower in Task Manager; for the Chrome side, see our guide to cutting Chrome’s RAM usage.

Will clearing the cache log me out of websites?
Clearing cached images and files will not log you out; clearing cookies will. The one time I lost all my logins, I had accidentally left “Cookies and other site data” checked — uncheck it if you want to keep your sessions.

Is Microsoft Edge safe to use?
Yes. Edge includes tracking prevention with three levels, Microsoft Defender SmartScreen for phishing protection, and regular security patches. To keep your logins safe across browsers, our guide on managing saved passwords shows how to audit Edge’s built-in vault.

Does Sleeping Tabs cause tabs to lose unsaved data?
A sleeping tab reloads when you click it, which takes 1–3 seconds, and any unsaved form data in it is lost. I learned this the hard way half-way through a long signup form, so for those tasks I bump the idle timer to 60 minutes or keep that tab active.

Should I switch from Chrome to Edge?
Both are fast and secure, so it comes down to fit. I keep Edge for its Windows integration and lighter RAM use, but kept Chrome for a niche extension it does not support — if you are tuning Firefox instead, our article on speeding up Firefox covers the same ground.

What is the difference between Startup Boost and Sleeping Tabs?
Startup Boost keeps Edge running in the background after you close it so it relaunches faster; Sleeping Tabs frees RAM from idle open tabs while Edge is running. On my 16 GB desktop I run both, since they work independently and each targets a different slowdown.

Conclusion

Turning on Sleeping Tabs, switching to Balanced or Maximum performance mode, and clearing the cache handled the majority of my Edge slowdowns without installing anything. If it still lags, disabling unused extensions and simplifying the new tab page are the logical next moves. For Microsoft’s official resources, visit the Microsoft Edge Help Center. Start with Sleeping Tabs — it takes about 30 seconds and is the one change I noticed immediately.

Android Phone Keeps Restarting on Its Own: How to Stop It

Android phone keeps restarting on its own? I walk through force restart, Safe Mode, storage, and updates to find the cause and get your phone stable for good.

When an Android phone keeps restarting on its own, the hardest part is that nothing on screen tells you why. A reboot every few days is annoying; one every few hours makes the phone almost unusable. I have chased this exact problem on my own Pixel and on a friend’s Galaxy, and the reassuring pattern is the same both times: spontaneous reboots are almost always a software issue you can fix at home, not a dead motherboard.

I have ordered the fixes below from the fastest (a 10-second force restart) to the most involved (a factory reset). On my friend’s phone the culprit turned out to be a single weather widget, and Safe Mode exposed it in under an hour. Most people land on a fix within the first three steps.

Quick Answer

Force restart your Android by holding the Power button for 10 seconds, then install every pending app and OS update. If it still reboots, boot into Safe Mode (hold Power, long-press Power Off, tap Safe Mode). A phone that stays stable in Safe Mode means a third-party app is to blame, so uninstall recent apps one at a time.

What Is Actually Causing the Reboots?

Spontaneous reboots usually trace back to one of five root causes. When I match the symptom to the cause first, I skip straight to the fix that matters instead of working through all six blindly.

Symptom Most Likely Cause Start With
Reboots right after installing an app Incompatible or buggy app Safe Mode
Reboots when the phone gets hot Overheating Cool down
Reboots during gaming or video Overheating or low storage Cool down, then storage
Reboots randomly all day OS bug or corrupted system file Force restart, then updates
Reboots only while charging Faulty cable or battery Force restart, then reset

Pinning the symptom to a likely cause saves you from running every fix when only one applies.

How Do I Force Restart the Phone?

A force restart clears the phone’s memory without deleting any data. It takes 10 seconds and clears the one-time glitches that cause a sudden reboot. This is always the first thing I try because it costs nothing and often works.

Steps

  1. Hold the Power button (or Power + Volume Down on Samsung and some Pixel models) for 10 seconds until the screen goes dark and the phone vibrates.
  2. Release the buttons and let the device boot normally.
  3. Use the phone for 30 minutes. If no reboot occurs, the cause was a one-time glitch.

On Samsung Galaxy devices, Power + Volume Down forces a restart even when the screen is frozen and ignoring your taps — the trick that saved me when my friend’s Galaxy locked up mid-reboot.

A 10-second force restart costs nothing and fixes the most common one-off crashes.

Why Does My Phone Restart When It Gets Hot?

Android reboots itself when the processor hits a critical temperature, usually around 45 to 50 degrees Celsius. That is a protective shutdown, not a fault — but it confirms overheating is your trigger. The first time my Pixel did this, it was during a long navigation session in a hot car.

Steps

  1. Remove the case and set the phone on a flat, cool surface for 10 to 15 minutes.
  2. Close all apps and do not charge while it cools.
  3. Feel for heat concentrated in one spot (behind the camera or the center of the back). Localized heat can point to a hardware problem rather than normal load.

If reboots only strike during gaming or streaming, removing the case and not charging at the same time usually solves it. Reboots during plain calls or texting suggest something more serious worth a technician’s look. For prevention, my full guide on how to stop your Android phone from overheating covers the rogue apps and chargers behind most heat.

An overheating reboot is Android protecting itself, so let the phone cool fully before using it again.

How Do I Boot into Safe Mode to Find a Bad App?

Safe Mode starts Android with only built-in system apps running. If your phone stops rebooting in Safe Mode, a third-party app is the cause — and you can remove it without a full factory reset. This is the test that exposed the weather widget on my friend’s Galaxy.

Steps

  1. Hold the Power button until the power menu appears.
  2. Long-press Power Off (or Restart on some models) until a Safe Mode prompt appears.
  3. Tap OK to reboot into Safe Mode. The words “Safe Mode” show in the bottom-left corner.
  4. Use the phone normally for 30 to 60 minutes and watch for reboots.
  5. If it stays stable, reboot normally and uninstall the apps you added around the time the reboots began, one at a time, testing after each.

For the official walkthrough, see Google’s Android Safe Mode guide. If individual apps were already crashing before the reboots started, my guide on why your Android apps keep crashing handles that app-level diagnosis.

If the phone runs clean in Safe Mode, a recently installed app is your culprit.

How Much Free Storage Does Android Need?

Android needs roughly 500 MB to 1 GB of free internal storage to write temporary system files reliably. When that space runs out, the OS can crash the device mid-task. I have seen a phone at 200 MB free reboot several times a day until I cleared room.

Steps

  1. Open Settings > Storage and check the free space. If it is under 1 GB, keep going.
  2. Clear the cache for your biggest apps: Settings > Apps > [App Name] > Storage > Clear Cache.
  3. Back up photos and videos to Google Photos and delete the local copies — this recovers the most space the fastest.

For the full method, see my walkthrough on how to clear gigabytes of Android storage in under 10 minutes.

Keep at least 1 GB free so Android always has room for temporary system files.

Should I Install Every Pending Update?

Yes. Manufacturers ship patches that fix system instability and known reboot bugs, and running an outdated build is one of the most common reasons restarts drag on for weeks after other fixes. I always check for updates before considering a reset.

Steps

  1. Open Settings > System > Software Update. Samsung uses Settings > Software Update; Pixel uses Settings > System > System Update.
  2. Tap Check for Updates and install anything available.
  3. Update every app: open Google Play Store, tap your profile icon, then Manage Apps & Device > Update All.
  4. Restart the phone after the updates finish to apply them.

An up-to-date OS and app set removes the known bugs behind a surprising share of reboots.

When Is a Factory Reset the Right Call?

A factory reset wipes software corruption and returns Android to a clean state, resolving problems that survive every other fix. Treat it as a last resort and back up everything first, because it erases all local data, apps, and settings.

Steps

  1. Back up your data: Settings > Google > Backup > Back Up Now. Confirm photos are synced to Google Photos first.
  2. Go to Settings > System > Reset Options > Erase All Data (Factory Reset).
  3. Confirm and let it finish — usually 5 to 10 minutes.
  4. Set the phone up as new, restore only essential apps first, and watch for reboots over 24 hours before restoring the rest.

If the phone still reboots after a clean reset, the problem is hardware — a failing battery, damaged motherboard, or water intrusion — and a certified repair center is the right next step.

A factory reset clears any software corruption, so anything left afterward points to hardware.

Common Mistakes to Avoid

  • Skipping the Safe Mode test. Many people jump straight to a factory reset when Safe Mode would have exposed one bad app in under an hour. Always test Safe Mode before wiping the device.
  • Using the phone while it cools down. Running apps during an overheating episode keeps the temperature high and triggers more shutdowns. Set the phone aside completely for at least 10 minutes.
  • Restoring every app at once after a reset. Adding everything back in bulk reintroduces the problem app without isolating it. Restore in small batches and monitor between each one.
  • Wiping the system cache partition. Some older guides push this from recovery mode. On Android 10 and later it rarely fixes reboots and can introduce new OS errors, so skip it.
  • Replacing the battery first. A failing battery does cause reboots, but mostly on phones three to four years old or with visible swelling. Exhaust the software fixes before paying for a replacement.

Frequently Asked Questions

Why does my Android restart only at night?
Scheduled app and OS updates usually install between midnight and 6 AM, and many trigger an automatic reboot to finish. On my own phone the nightly restart stopped once I set Play Store auto-updates to Wi-Fi-only and checked the System Update schedule.

Can malware cause an Android to keep restarting?
Yes, though it is uncommon. Malicious apps can destabilize Android and trigger reboots. When I suspect this, I boot into Safe Mode to isolate it, then run a scan with Google Play Protect from the Play Store menu and uninstall anything I do not recognize.

My phone reboots only while charging. Is the charger the problem?
Often, yes. A counterfeit or damaged cable delivers inconsistent voltage and can trip a protective shutdown. I once traced this to a cheap car charger; swapping in the certified manufacturer cable and adapter fixed it instantly. If it persists, the port may need cleaning or repair.

How long does an Android factory reset take?
The reset itself takes 5 to 10 minutes. Setup and restoring your backup adds another 15 to 30 minutes. When I reset my Pixel, the full round trip back to a usable phone was about 40 minutes with a large photo library.

Is it normal for an Android to restart once in a while?
One spontaneous reboot every few weeks is generally harmless, usually a minor system hiccup. I only start working through these fixes when a phone reboots more than once a week, which is the point where it stops being a fluke.

Conclusion

In most cases a force restart, a Safe Mode test, or freeing up storage is enough to stop an Android phone from rebooting on its own. Start with the force restart and work down only as far as you need — most people never reach a factory reset.

If battery life is suffering too, my guide on Android battery draining fast covers the next settings worth checking.

Free Up iCloud Storage Without Paying: 7 Methods I Use to Reclaim Space

iCloud storage full? I show you how to free up iCloud storage for free — delete old backups, optimize photos, and clear hidden files in 15 minutes flat.

The first time I saw the “iCloud storage is almost full” banner, I almost tapped Upgrade out of pure annoyance. Then I opened the storage screen and found a backup from an iPhone I had sold two years earlier still sitting there, eating 6 GB. I cleared it in thirty seconds and the warning disappeared. Most of the time, your iCloud isn’t actually full — it’s clogged with stuff you forgot you saved.

To free up iCloud storage, you mostly hunt down three offenders: old device backups, full-resolution photos, and forgotten cloud files. The seven methods below are the exact ones I run on my own iPhone, and they typically recover 2–10 GB in under 15 minutes on any iPhone or iPad running iOS 16 or later.

Quick Answer

Open Settings → [your name] → iCloud → Manage Account Storage. Delete old device backups first, enable Optimize iPhone Storage for Photos, and remove large files from iCloud Drive. Turn off iCloud backup for apps you rarely use. Most people reclaim 2–5 GB in minutes without losing anything that matters.

Why Does iCloud Fill Up So Fast?

Three categories dominate nearly every account I have looked at: device backups (often 4–8 GB per iPhone), your full-resolution Photo Library, and app data from apps you may never use. To see your own breakdown, open Settings → [your name] → iCloud → Manage Account Storage for a color-coded chart. Tap any row to view details and deletion options — that one screen tells you exactly where to aim first.

iCloud fills fast because backups, photos, and app data quietly stack up while you ignore them.

How Do I Delete Old Device Backups?

Old backups from iPhones or iPads you no longer own are the single biggest waste of space. A backup from a phone you traded in years ago can never restore your current device, so it serves no purpose.

  1. Go to Settings → [your name] → iCloud → Manage Account Storage → Backups.
  2. Tap any device you no longer own.
  3. Tap Delete Backup, then confirm.

When I did this on my own account, a single retired-phone backup gave back over 6 GB. Keep only the most recent backup for your current device; if you see two listed for the same iPhone, the older one is safe to delete.

Deleting backups from phones you no longer own is the fastest single win available.

Should I Enable Optimize iPhone Storage for Photos?

Yes, in almost every case. iCloud Photos stores full-resolution originals by default. Optimize Storage keeps smaller thumbnails on your device while the originals stay safely in the cloud, so you free local space without losing image quality.

  1. Open Settings → Photos.
  2. Select Optimize iPhone Storage under the iCloud Photos header.

While you are there, scan for long 4K videos — a single clip can top 2 GB. I delete clips I have already shared or saved elsewhere. If your handset itself is also tight on room, my guide on how to free up storage on your iPhone covers the on-device side.

Optimize Storage frees local space while your full-quality originals stay protected in iCloud.

How Do I Remove Large Files From iCloud Drive?

iCloud Drive collects big files quietly — old downloads, shared PDFs, and exported videos all linger long after you need them.

  1. Open the Files app → tap Browse → select iCloud Drive.
  2. Tap the three-dot menu → View as List → sort by Size (largest first).
  3. Delete files you no longer need. They move to Recently Deleted for 30 days before permanent removal.

Sorting iCloud Drive by size surfaces the few large files quietly draining your quota.

Can I Turn Off iCloud Backup for Specific Apps?

Yes, and it is one of my favorite quiet wins. Games, streaming apps, and social media apps often back up gigabytes of data you would never need to restore.

  1. Go to Settings → [your name] → iCloud → Manage Account Storage → Backups → [your device].
  2. Under Choose Data to Back Up, toggle off any app with a large size that stores replaceable or re-downloadable content.

The first time I audited mine, a single game I rarely opened was backing up nearly 2 GB of cached levels.

Switching off backups for replaceable app data reclaims space without risking anything important.

How Do I Clear iCloud Mail Attachments?

If you use iCloud Mail, years of email attachments pile up silently in the background and count against your quota.

  1. In the Mail app, tap the search bar and use the Has Attachment filter.
  2. Delete threads with large files — old invoices, image-heavy newsletters, and PDFs you no longer need.
  3. Empty the Trash immediately: tap Mailboxes → Trash → Edit → Delete All.

If your storage does not drop right away, wait 5–10 minutes and pull down to refresh the Manage Storage screen — iCloud counts update with a short server-side delay.

Old mail attachments hide in plain sight, so filtering and emptying Trash clears them fast.

What Are Apple’s Built-In Storage Recommendations?

Apple can do some of the hunting for you. The Recommendations list surfaces the exact photos, files, or app data hogging the most room, with one-tap deletion.

  1. Go to Settings → [your name] → iCloud → Manage Account Storage.
  2. Tap Recommendations if the option appears and review each suggestion.

Apple’s Recommendations list does the detective work and points you straight at the biggest offenders.

How Do I Empty Recently Deleted in Photos and Files?

Deleted items are not gone for 30 days — they keep counting against your iCloud quota the entire time, which catches most people off guard.

  1. Open Photos → Albums → Recently Deleted → tap Select → Delete All.
  2. In the Files app: tap Browse → Recently Deleted → Delete All.

Emptying Recently Deleted is the step people skip, yet it often unlocks the last gigabyte you need.

Which iCloud Plan Is Worth It If You Still Need More?

If you have run every method above and still hit the ceiling, here is how the paid tiers compare so you can pick the smallest one that fits.

Plan Storage Monthly Price (US) Family Sharing
Free 5 GB $0.00 No
iCloud+ 50 GB 50 GB $0.99 No
iCloud+ 200 GB 200 GB $2.99 Yes (up to 5 members)
iCloud+ 2 TB 2 TB $9.99 Yes (up to 5 members)

For current plan details and pricing, Apple’s official iCloud support page has the full breakdown.

If you must pay, the 200 GB tier with Family Sharing is the best value for most households.

Common Mistakes to Avoid

  • Upgrading before cleaning up. Most people who run these seven methods find they never needed more storage. Fix: upgrade only after confirming the free steps genuinely fall short.
  • Forgetting Recently Deleted. Deleted photos and files still occupy iCloud for 30 days. Fix: empty Recently Deleted immediately after every cleanup session.
  • Turning off iCloud Photos entirely. This forces all full-resolution originals back onto your iPhone and can trigger on-device storage trouble — sometimes even an iPhone that runs hot during the re-download. Fix: use Optimize iPhone Storage, never the Off setting.
  • Keeping backups from old devices. One current backup is all you ever need. Fix: delete every backup tied to a phone you no longer own.
  • Skipping the app backup audit. Games and social apps silently hoard hundreds of megabytes. Fix: review Manage Storage → Backups to reclaim 1–3 GB in five minutes.

Frequently Asked Questions

What counts against iCloud storage?
Device backups, iCloud Photos originals, iCloud Drive files, iCloud Mail, and any app that syncs to iCloud all count toward your quota. App Store purchases, Apple Music streaming, and iTunes content do not. When I audited my own account, backups and Photos together made up more than 80 percent of the total.

Will deleting an iCloud backup delete data on my iPhone?
No. Deleting a backup removes only the cloud snapshot, never your live data. I delete old backups regularly and my current photos, messages, and apps stay exactly where they are — you simply lose the option to restore from that particular point.

How often should I audit my iCloud storage?
Once every three to six months is plenty for most people. My practical trigger is to clean up any time I drop within 500 MB of the limit, rather than waiting for the warning banner that always seems to appear at the worst moment.

Can I share iCloud storage with my family?
Yes. The 200 GB and 2 TB iCloud+ plans support Family Sharing for up to five members from one pool. I set this up for my household, and each person’s photos and backups stay completely private and separate.

Why is my iCloud storage still full after I deleted photos?
Deleted photos sit in Recently Deleted and keep counting for 30 days. Open Photos → Albums → Recently Deleted → Delete All to remove them for good. The first time I did this, my usage dropped by almost 2 GB within minutes of refreshing.

Conclusion

iCloud’s free 5 GB fills up fast, but paying for more is rarely necessary. Start with old device backups — that one step alone recovered 6 GB for me — then empty Recently Deleted and optimize your photo library. Run these seven methods today before you ever tap Upgrade, and you will likely keep that free tier for years.

Android Storage Full? How I Clear Gigabytes of Space in Minutes

Android storage full? I walk through the exact steps I use — built-in cleanup, app cache, and Google Photos backup — to recover gigabytes without losing a thing.

The “Storage is almost full” notification always hits at the worst moment, right when I’m trying to snap a photo or download a new app. On most Android phones, slowdowns and failed installs start well before you actually reach zero bytes, because Android needs free space to write temporary files. The good news is that you can recover several gigabytes in minutes without deleting a single photo you want to keep.

Android storage fills up quietly. App caches, downloaded files, offline maps, and duplicate media build up in the background without warning. I have ordered the fixes below from fastest to most impactful, so you can reclaim real space starting right now.

Quick Answer

Open Settings, then Storage, and tap Free up space to clear junk files and flag unused apps in one pass. Back up photos to Google Photos, then remove the local copies. Clear cache on your largest apps under Settings and Apps. Most people recover 2 to 5 GB in under ten minutes this way.

Where Does All My Android Storage Actually Go?

Before deleting anything, it helps to see the breakdown. Open Settings, then Storage, and you get a bar chart split by category: apps, photos, audio, videos, and system files. The first time I checked mine, app cache and a forgotten folder of downloaded videos accounted for almost 9 GB I had no idea existed.

System files and the Android OS itself usually claim 15 to 30 GB before you install anything, which is why a 128 GB phone never shows 128 GB free. Knowing the breakdown tells you which fix below will pay off most.

Check the Storage breakdown first so you spend your ten minutes on the categories actually eating your space.

How Do I Use Android’s Built-In Free Up Space Tool?

Most Android phones running Android 8 or later include a storage cleaner built into Settings. It is the fastest starting point because it identifies junk files and unused apps automatically.

Steps

  1. Open Settings and tap Storage.
  2. Tap Free up space. On Samsung devices, go to Device Care, then Storage, then Clean Now.
  3. Review the suggestions: temporary files, duplicate photos, and apps you haven’t opened in months.
  4. Select what you want to remove, then tap Free up.

I always start here. On my own Pixel this tool routinely clears 500 MB to 2 GB of junk in a single tap without touching any personal data.

The built-in cleaner is the safest one-tap win, so run it before anything more involved.

Should I Clear Cache on My Largest Apps?

Yes. Apps like YouTube, Instagram, Google Maps, and Spotify accumulate cache files over months. Cache is temporary data only, so clearing it frees space without affecting your logins or preferences.

Steps

  1. Go to Settings, then Apps (labeled Application Manager on older devices).
  2. Tap any app, then tap Storage, then Clear Cache.
  3. Repeat for your five to ten largest apps. Sort the app list by size to prioritize.

Google Maps offline regions and Spotify downloaded episodes each commonly take 1 to 2 GB on their own. When I cleared Google Maps cache after a road trip, it gave back 1.4 GB instantly. If an app behaves strangely afterward, tap Clear Data instead. That fully resets the app and fixes stubborn glitches, though it will log you out. If apps keep misbehaving, my guide on why Android apps keep crashing covers deeper fixes.

Clearing cache is reversible and login-safe, so it is the cleanup I run most often.

How Do I Move Photos Off My Phone Without Losing Them?

Photos and videos are almost always the largest consumers of storage. Backing them up and removing the originals from the device is the highest-impact fix on this list.

Steps

  1. Open Google Photos and sign in with your Google account.
  2. Tap your profile picture, then Photos settings, then Back up, and toggle backup on.
  3. Wait for the backup to finish. The cloud icon at the top of the main feed goes solid when complete.
  4. Tap your profile, then Free up space on this device. Google Photos removes local originals while keeping the cloud copies safe.

With two or three years of photos, people often recover 10 to 20 GB in this step alone. The first time I did it on my old phone, it handed back 17 GB. See Google’s official backup guide for details on storage limits. If you prefer keeping files offline, connect your phone via USB to a PC, copy the photos to a local folder, then delete them from the phone.

Backing up and deleting photos is the single biggest space win for most people.

What About Downloaded Files and Offline Content?

The Files app (or My Files on Samsung) holds every file you have ever downloaded: APK installers, PDF attachments, audio clips, and more. These pile up silently.

Steps

  1. Open the Files app and tap Downloads.
  2. Tap the menu icon and sort by size to find large files quickly.
  3. Select and delete anything you no longer need.
  4. Check streaming apps too. In Spotify, go to Settings, then Storage, then Delete cache. In YouTube, tap Library, then Downloads, to remove offline videos.

My own Downloads folder had a 600 MB APK and three PDFs I had read once and forgotten. Sorting by size makes the offenders obvious.

The Downloads folder hides large one-time files, so sort by size and clear the clutter.

Which Apps Should I Uninstall to Free Space?

Games can each consume 2 to 4 GB. Any app you have not opened in two months is worth removing, since you can reinstall it from the Play Store at any time at no cost.

Steps

  1. In Settings, then Storage, then Apps, sort the list by size to spot the biggest offenders.
  2. Long-press the app on your home screen and tap Uninstall, or use the Uninstall button within the app’s storage settings page.

I keep a rule: if I have not opened a game in two months, it goes. One racing game alone was eating 3.8 GB on my phone.

Uninstalling unused games reclaims the most space per tap, and reinstalling later is free.

Which Cleanup Method Frees the Most Space?

When you have three or more cleanup options, it helps to compare them side by side. Here is how the five methods stack up by typical payoff and risk.

Method Typical Space Recovered Risk to Personal Data
Built-in Free Up Space tool 500 MB to 2 GB None
Clear app cache 200 MB to 3 GB None
Back up and delete photos 5 to 20+ GB Low (cloud copies kept)
Delete downloaded files 100 MB to 2 GB None
Uninstall large apps 1 to 8 GB Low (app data removed)

Photo backup wins on raw gigabytes, while cache clearing wins on speed and zero risk.

Common Mistakes to Avoid

  • Tapping Clear Data instead of Clear Cache. Clear Data resets the app to factory defaults and logs you out. Use Clear Cache first, since it recovers the same space without changing anything you have configured.
  • Deleting photos before the backup completed. Check the backup status in Google Photos before removing local copies. A partially synced library can leave permanent gaps you cannot undo.
  • Installing third-party cleaner apps. Most cleaner apps offer nothing Android’s built-in tools cannot do, and some request excessive permissions. Stick with the native Storage menu.
  • Skipping offline maps and podcast downloads. A Google Maps offline region or a month of downloaded podcasts can each occupy 1 to 2 GB. Do not overlook these during a thorough cleanup.
  • Not restarting after clearing space. A quick restart lets Android re-index storage and free held memory. If the phone still runs slow, my guide on speeding up a slow Android phone covers deeper fixes.

Frequently Asked Questions

How do I check how much storage is left on my Android phone?

Go to Settings, then Storage, where a bar shows used and free space broken down by category. On my phone that single screen revealed photos were eating 22 GB I assumed were apps.

Is it safe to clear cache on Android?

Yes, cache files are temporary data that apps recreate on their own. When I cleared Instagram’s cache last week it freed 900 MB and I stayed logged in with all my settings intact.

Will clearing app data delete my accounts?

Clearing data, not cache, resets the app as if freshly installed, so you will be logged out and local settings removed. I once cleared data on my banking app and had to re-register the device, so I only do it intentionally now.

My phone has 128 GB but still says storage is full, why?

The Android OS, system apps, and their data occupy 15 to 30 GB before you install anything. On my 128 GB Pixel the system alone used 24 GB, and photos and games filled the rest faster than I expected.

Can I move apps to an SD card to free up internal storage?

On phones that support it, yes. Go to Settings, then Apps, then the app name, then Storage, then Change. When I moved a large game to my SD card it freed 3 GB of internal space, though not every app allows the move.

How often should I do an Android storage cleanup?

Once every one to two months keeps most phones running smoothly. I set a recurring calendar reminder, and the whole routine now takes me under five minutes.

Conclusion

Running out of Android storage is fixable in minutes once you know where to look. Start with the built-in Free Up Space tool, work through cache clearing and photo backup, then remove files you downloaded and forgot about. If your phone still struggles, my guide on Android battery drain covers deeper system fixes. Run a quick cleanup once a month and bookmark this page so the steps are ready next time.

Slow Internet Speed: How to Diagnose and Fix It on Any Device

Slow internet speed usually starts at home, not the ISP. I walk you through a speed test, a router restart, a DNS switch, and more to get back up to pace.

Slow internet speed turns ordinary tasks — loading a page, joining a video call, streaming a show — into small tests of patience. The first time mine crawled for a week, I was ready to switch providers, until a five-minute check showed the real culprit sitting on my own desk. Most slow connections are caused by something local — your router, your device settings, or your DNS server — not the ISP you want to blame.

Below I walk through the checks I run myself, starting with the fastest wins and moving to deeper fixes. If your Wi-Fi shows connected but pages will not load at all, that is a different problem — start with my guide on Wi-Fi connected but no internet instead.

Quick Answer

Restart your router and modem, then run a speed test at fast.com. If the result sits well below your plan, switch your DNS to 1.1.1.1, move closer to the router, and close bandwidth-heavy background apps. Most slow-internet problems clear up in under ten minutes with these steps.

How do I know if my internet is actually slow?

Before I touch anything, I visit fast.com on the affected device and note the download and upload numbers, then compare them to the plan I pay for.

  • Speeds near your plan limit — the bottleneck is local: device, router placement, or interference.
  • Speeds far below your plan — restart your equipment first; if that does not help, contact your ISP.

I always test once over Wi-Fi, then again with an Ethernet cable plugged straight into the router. The first time I did this, Wi-Fi gave me 40 Mbps and the cable gave me 280 Mbps — proof the problem was my wireless signal, not the service.

Test on Wi-Fi and again on Ethernet; a big gap means your wireless signal is the weak link, not your plan.

Why does restarting the router and modem fix slow speeds?

A power cycle clears temporary glitches, flushes the router’s memory, and forces a fresh handshake with your ISP. In my experience it resolves more slowdowns than any other single fix on this list.

  1. Unplug the power cable from your modem (the box connected to the coax or phone line).
  2. Unplug the power cable from your router, or from the combo unit if you have one.
  3. Wait 30 full seconds.
  4. Plug the modem back in and wait about 60 seconds for its lights to stabilize.
  5. Plug the router back in, wait another 60 seconds, then reconnect your devices.

If the modem’s “Online” or “Internet” light stays red or amber after two minutes, the trouble is on your ISP’s end and a reboot will not touch it. Check the ISP’s outage map or call support.

Power-cycle the modem and router together; it clears stale data and fixes more slowdowns than anything else here.

Does router placement really affect my speed?

Yes — Wi-Fi weakens with distance and degrades through walls. Moving my laptop 10 feet closer to the router once took me from a buffering video call to a clean one without changing anything else. For devices that stay put — desktop PCs, smart TVs, gaming consoles — an Ethernet cable removes wireless interference entirely and delivers the full speed your plan allows. A standard Cat6 patch cable is cheap and takes two minutes to plug in.

Move closer to cut interference, and go wired on anything that stays in one spot for the most reliable speed.

Will switching DNS servers make my internet faster?

It can. Your ISP’s default DNS servers translate web addresses into IP addresses, and they are often slower than free public alternatives. Switching takes under three minutes and trims the lag on every new page you open. For a full walkthrough on every platform, see my guide on how to change your DNS server.

Provider Primary DNS Secondary DNS Best For
Cloudflare 1.1.1.1 1.0.0.1 Speed and privacy
Google 8.8.8.8 8.8.4.4 Reliability
OpenDNS 208.67.222.222 208.67.220.220 Parental controls

Change DNS on Windows 11

  1. Open Settings → Network & Internet → Advanced network settings.
  2. Click your active adapter, then select Edit DNS server assignment → Manual.
  3. Enable IPv4, enter your preferred addresses, and click Save.

Change DNS on iPhone or Android

On iPhone: Settings → Wi-Fi → tap the (i) next to your network → Configure DNS → Manual, remove existing entries, and add 1.1.1.1 followed by 1.0.0.1. On Android: Settings → Network & Internet → Private DNS, choose Private DNS provider hostname, and enter one.one.one.one.

Public DNS like Cloudflare’s 1.1.1.1 resolves addresses faster than most ISP defaults and is free to switch back.

What if background apps are eating my bandwidth?

A single app quietly updating software, syncing cloud files, or uploading a backup can saturate your connection and slow everything else. On Windows, I press Ctrl + Shift + Esc to open Task Manager and click the Network column to sort processes by bandwidth — anything pulling several Mbps is worth closing. On iPhone, go to Settings → General → Background App Refresh and disable it for apps that do not need it.

One thing that caught me out: a Metered connection toggled on by accident. Go to Settings → Network & Internet → Wi-Fi, click your network, and switch Metered connection to Off. When it is on, Windows caps background transfers and drags your whole connection down.

Sort Task Manager by network use to catch a silent uploader, and confirm Metered connection is switched off.

Can my browser cache slow down browsing?

A bloated cache does not slow your raw connection, but it makes browsing feel sluggish because the browser works harder to render pages. In Chrome, press Ctrl + Shift + Delete (Windows) or Cmd + Shift + Delete (Mac), select Cached images and files, set the range to All time, and click Clear data. It takes under 30 seconds and often produces an instant improvement.

Clearing cached images and files speeds up page rendering even when your connection itself is fine.

How do I reset network settings as a last resort?

Corrupted TCP/IP settings can throttle speeds in ways other fixes will not touch. On Windows, open Command Prompt as administrator and run these commands one at a time:

netsh int ip reset
netsh winsock reset

Restart your PC afterward. On iPhone: Settings → General → Transfer or Reset iPhone → Reset → Reset Network Settings; you will need to rejoin Wi-Fi networks by hand. If only one device is slow while others are fine, my guide on fixes when only one device has slow Wi-Fi narrows it down further.

If throughput is still capped, I disable TCP auto-tuning, which occasionally backfires. In the same elevated Command Prompt, run netsh int tcp set global autotuninglevel=disabled, restart, and re-test. Revert with netsh int tcp set global autotuninglevel=normal if it makes no difference.

Reset TCP/IP only after the quicker fixes fail, and always re-test so you know whether it helped.

Common Mistakes to Avoid

  • Skipping the speed test. Without baseline numbers you are guessing. Fix: test before and after each change so you know what actually helped.
  • Restarting only the router. Modems cache connections too. Fix: power-cycle the modem in the same pass to clear stale data.
  • Blaming the ISP when wired speed is fine. If Ethernet hits your advertised speed, the issue is in your home. Fix: focus on Wi-Fi placement, bands, and devices.
  • Staying on 2.4 GHz when 5 GHz is available. The 2.4 GHz band is more congested. Fix: connect to the network with “5G” or “5GHz” in its name for close-range use.
  • Ignoring idle connected devices. Smart TVs and old phones sip bandwidth in the background. Fix: disconnect anything nobody is actively using.

Frequently Asked Questions

How do I tell if the problem is my device or my connection?

Run a speed test on two devices and compare. If both a laptop and a phone are slow, the connection or router is at fault; if only one is slow, that device is. When mine was slow on my laptop but fine on my phone, restarting the laptop and clearing its cache fixed it in minutes.

Why is my internet slow only on Windows but fast on my phone?

That confirms the issue is device-specific, not your ISP. Update your network adapter driver in Device Manager, turn off Metered connection, and switch to a faster DNS. On my own PC, an outdated Intel Wi-Fi driver was capping me at half speed until I updated it.

Will a Wi-Fi extender fix slow internet speeds?

Only if a weak signal in a far room is the cause. An extender stretches range but cannot create bandwidth that is not there. When I tested one next to a router that was already slow, the speed did not budge — the real fix was switching bands.

Does the number of connected devices affect speed?

Yes, especially on older routers, since each device competes for bandwidth. After I disconnected three idle smart-home gadgets, my video calls stopped stuttering. Upgrading to a Wi-Fi 6 router, which juggles many connections more efficiently, helps too.

How often should I restart my router?

Once every one to four weeks is a sensible routine. Routers run nonstop and accumulate memory clutter, much like a computer that is never rebooted. I set a monthly calendar reminder and have not had a mystery slowdown since.

Can my neighbors’ Wi-Fi slow down my connection?

On the 2.4 GHz band, yes — overlapping channels from nearby networks create interference. Switching to 5 GHz or letting the router auto-select the least-congested channel resolves most cases. In my apartment building, moving to 5 GHz alone doubled my evening speeds.

Conclusion

A speed test and a router restart solve most slow-internet complaints, so I always start there. If speeds still lag, work through the DNS switch and a background-app audit before escalating to your ISP. Bookmark this page, and if your hotspot is the slow link, see my guide on why your mobile hotspot is not working.

“Your Connection Is Not Private” Error: How to Fix It on Any Browser

Seeing “Your connection is not private”? Fix it in Chrome, Edge, Firefox, or Safari with six ranked steps — clock, cache, VPN, DNS — and get browsing again today.

The “Your connection is not private” error throws up a full-screen red warning and refuses to load the page you wanted. It looks alarming, but it almost always means your browser spotted a mismatch with the site’s SSL/TLS certificate — and the cause usually sits on your own device, not the website. The single most common trigger I run into is a system clock that drifted by a few hours.

I have cleared this error on dozens of laptops and phones, and the same short checklist fixes nearly all of them. The steps below work in Chrome, Edge, Firefox, and Safari across Windows, Mac, Android, and iPhone, ranked from quickest to most involved.

Quick Answer

Check your device’s date and time first, because a wrong clock causes this error more than anything else. If the clock is correct, clear your browser’s cache and cookies, then load the site in incognito mode. Still blocked? Disable your VPN or antivirus HTTPS scanning and retry. Most cases clear within two minutes.

What do the error codes actually mean?

Chrome and Edge print a sub-code beneath the main warning, and reading it points you straight to the right fix instead of guessing.

Error Code What It Means Best Starting Fix
NET::ERR_CERT_DATE_INVALID Device clock is wrong, or the site’s cert expired Fix 1 — correct date/time
NET::ERR_CERT_AUTHORITY_INVALID Certificate issuer not trusted by your browser Fix 4 — check antivirus HTTPS scanning
NET::ERR_CERT_COMMON_NAME_INVALID Domain name doesn’t match the certificate Try the www. or non-www. version of the URL
NET::ERR_CERT_WEAK_SIGNATURE_ALGORITHM Site uses outdated encryption Fix 6 — update your browser

Reading the sub-code first tells you which fix to try before you touch anything.

How do I fix the error step by step?

Work through these six fixes in order. I almost always solve it by Fix 3, but the later steps catch the stubborn cases.

Fix 1: Correct your device’s date and time

SSL certificates have a strict validity window. If your clock is wrong, even by a few hours, browsers reject perfectly valid certificates because they look expired or “not yet valid.”

  1. Windows: Right-click the taskbar clock → Adjust date/time → toggle Set time automatically off, then back on.
  2. Mac: Apple menu → System Settings → General → Date & Time → enable Set date and time automatically.
  3. iPhone: Settings → General → Date & Time → enable Set Automatically.
  4. Android: Settings → General Management → Date and Time → enable Automatic date and time.
  5. Reload the page after the clock syncs.

Pro tip: If your Windows PC keeps resetting to the wrong time after every reboot, the CMOS battery on the motherboard is likely dead — a common failure on machines more than five or six years old. I have swapped a couple of these myself, and the part costs only a few dollars.

Fix 2: Clear your browser’s cache and cookies

Stale cached certificate data can clash with an updated cert on the server. Clearing it forces a fresh TLS handshake.

  1. Press Ctrl+Shift+Del on Windows or Cmd+Shift+Del on Mac (works in Chrome, Edge, and Firefox).
  2. Set the time range to All time.
  3. Check Cached images and files and Cookies and other site data.
  4. Click Clear data, then reload the page.

Fix 3: Open an incognito or private window

Browser extensions — especially ad blockers, VPN add-ons, and security tools — can interfere with certificate validation. Incognito mode disables most extensions by default.

  1. Press Ctrl+Shift+N in Chrome or Edge, or Ctrl+Shift+P in Firefox.
  2. Navigate to the same URL.
  3. If the page loads, an extension is the culprit. Disable them one at a time at chrome://extensions or Firefox’s about:addons to find which one.

Fix 4: Disable your VPN or antivirus HTTPS scanning

Antivirus programs — including Avast, Kaspersky, ESET, and Bitdefender — intercept HTTPS connections and substitute their own certificate. If their certificate store is outdated, browsers flag every substituted cert as untrusted.

  1. Temporarily disable your VPN and reload the page.
  2. If it still fails, open your antivirus settings and find HTTPS scanning, Web Shield, or SSL filtering, then turn it off.
  3. If the page loads, update your antivirus to the latest version before re-enabling HTTPS scanning.

Troubleshooting tip: On corporate or school networks, a firewall or proxy may perform the same SSL interception. If you are on managed Wi-Fi and the error appears on every HTTPS site, contact your IT department — this is expected behavior and only they can resolve it.

Fix 5: Flush your DNS cache

A stale DNS record can route your browser to an outdated server IP, where the certificate no longer matches the domain. Flushing DNS forces a fresh lookup.

  1. Windows: Open Command Prompt as Administrator and run: ipconfig /flushdns
  2. Mac: Open Terminal and run: sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder
  3. Reload the page after the command completes.

Fix 6: Update your browser

Browser updates ship with new root certificates. An outdated browser may not recognize certificates signed by newer or recently added certificate authorities.

  1. Chrome: Three-dot menu → Help → About Google Chrome — it checks and installs updates automatically.
  2. Edge: Three-dot menu → Help and feedback → About Microsoft Edge.
  3. Firefox: Hamburger menu → Help → About Firefox.
  4. Restart the browser after updating, then retry the page.

Run the fixes top to bottom and you will clear the error before reaching the end in nearly every case.

Why does this error mean my device, not the site?

The certificate check happens locally, so a wrong clock, stale cache, or intercepting antivirus on your machine breaks the validation before the site is ever to blame. That is why the same page often loads fine on a phone right next to a laptop showing the error.

If your pages still misbehave after the certificate clears, a deeper cleanup helps. My guide on how to clear browser cache and cookies walks through every browser, and if the browser itself feels unstable, see how to stop Chrome from crashing. For the underlying mechanics, Let’s Encrypt’s documentation explains how TLS certificates are issued and validated.

The validation runs on your hardware, which is why local fixes resolve it far more often than anything on the server.

Common Mistakes to Avoid

  • Clicking “Advanced” and proceeding on unfamiliar sites. The bypass is meant for developers testing local servers. On a login, banking, or shopping page it exposes your credentials to interception. Fix: only proceed on sites you personally manage.
  • Clearing the cache with a short time range. Choosing “Last hour” or “Last 7 days” often leaves old cached certificates in place. Fix: always select All time.
  • Assuming the website is broken before checking your device. The common triggers — wrong clock, cached data, antivirus interference — are all local. Fix: rule them out before blaming the site.
  • Permanently disabling antivirus HTTPS scanning. Leaving it off removes real protection. Fix: turn it off only long enough to confirm the cause, then re-enable it or update the antivirus.
  • Dismissing the warning on public Wi-Fi. On open networks a persistent warning can signal a genuine man-in-the-middle attack. Fix: do not proceed on public Wi-Fi without a trusted VPN active.

Frequently Asked Questions

Is this error the same in Chrome, Firefox, and Edge?

Yes, it is the same underlying TLS certificate problem in all of them. Chrome and Edge say “Your connection is not private,” while Firefox says “Your connection is not secure.” Last week I hit the identical issue on the same site in both Chrome and Firefox after my laptop clock drifted, and one date fix cleared both.

Does this error mean I have been hacked?

Almost never — the vast majority of cases trace back to a local issue like a wrong clock, stale cache, or antivirus interference. A real man-in-the-middle attack would typically show NET::ERR_CERT_AUTHORITY_INVALID on a site that normally loads cleanly, which is rare on home Wi-Fi.

Can the website owner cause this error for all visitors?

Yes, an expired, misconfigured, or revoked certificate blocks every visitor until the owner renews or corrects it. I once watched a small store’s site go dark for an afternoon when its certificate lapsed, and nothing on my end could load it until they renewed.

Is it ever safe to click “Proceed to site (unsafe)”?

Only on sites you personally manage for local development or testing. For example, I bypass it on my own localhost dev server, but never on any page asking for a password, payment details, or personal information.

Why does the error appear in Firefox but not Chrome?

Firefox keeps its own certificate store, while Chrome and Edge use the Windows or macOS system store. An antivirus certificate injected into the OS store may not be trusted by Firefox, so I have seen the warning show up only in Firefox on the same machine.

Conclusion

This error is fixable in minutes without specialist knowledge: start with the clock, clear the cache, test in incognito, then work through the rest in order. If all six fixes fail, the problem is server-side and only the site owner can correct it. Next, tame your browser’s resource use with my guide to cutting Chrome’s RAM usage.

Last updated: June 25, 2026