Seeing the ERR_CERT_REVOKED or “Server certificate has been revoked” error can be alarming—especially when it blocks access to a website you trust. On Windows 11, this error usually appears in browsers like Google Chrome, Microsoft Edge, or Firefox and indicates a security validation failure, not a network glitch.
This guide explains what the error really means, why it happens, and how to fix it safely on Windows 11, step by step.
What Does ERR_CERT_REVOKED Mean?
Websites use SSL/TLS certificates to prove their identity. If a certificate is found to be compromised, misused, expired improperly, or withdrawn by the issuing authority, it gets revoked.
When your browser checks the certificate’s status and finds it revoked, it blocks access to protect you.
In short:
- The website’s certificate is no longer trusted
- The block is intentional and security-related
- The problem is often not your PC, but sometimes local settings cause false positives
Common Causes of ERR_CERT_REVOKED on Windows 11
This error can occur due to:
- The website using a revoked or misconfigured SSL certificate
- Incorrect system date or time
- Corrupted Windows certificate cache
- Antivirus or HTTPS inspection interference
- Outdated root certificates
- Proxy, VPN, or corporate network filtering
- Browser cache or profile corruption
Fix ERR_CERT_REVOKED Error on Windows 11
Follow the steps below in order. After each step, reload the website and check if the error is resolved.
1. Check Date, Time, and Time Zone (Critical First Step)
Incorrect system time can invalidate certificate checks.
- Open Settings → Time & language → Date & time.
- Turn Set time automatically On.
- Turn Set time zone automatically On.
- Click Sync now.
- Restart your browser and reload the page.
This alone fixes many certificate errors.
2. Test the Website in Another Browser or Device
This helps identify whether the issue is local or website-wide.
- Open the same website in:
- Another browser
- A mobile phone
- Another network (mobile data)
- If the error appears everywhere:
- The website’s certificate is truly revoked
In that case, only the website owner can fix it.
3. Clear Browser SSL State and Cache
Corrupted SSL cache can trigger false revocation errors.
Clear SSL State in Windows 11
- Open Control Panel.
- Go to Internet Options.
- Open the Content tab.
- Click Clear SSL state.
- Restart the browser.
Clear Browser Cache
- Open browser settings.
- Clear:
- Cached images and files
- Cookies (optional)
4. Disable Antivirus HTTPS / SSL Scanning Temporarily
Some antivirus programs intercept HTTPS traffic.
- Open your antivirus software.
- Look for settings like:
- HTTPS scanning
- SSL inspection
- Encrypted traffic scanning
- Temporarily disable it.
- Reload the website.
If the site loads:
- Add the site to antivirus exclusions
- Re-enable protection afterward
5. Disable VPN or Proxy Connections
VPNs and proxies often break certificate validation.
- Disconnect any active VPN.
- Open Settings → Network & Internet → Proxy.
- Turn Use a proxy server Off.
- Restart the browser and retry.
Some VPN IPs are flagged or blocked by certificate authorities.
6. Update Windows Root Certificates
Outdated root certificates can misinterpret revocation status.
- Open Settings → Windows Update.
- Install all:
- Cumulative updates
- Security updates
- Restart your PC.
Windows updates include updated root certificate lists.
7. Flush DNS Cache
DNS corruption can point to outdated certificate endpoints.
- Open Command Prompt (Admin).
- Run:
ipconfig /flushdns - Restart your browser.
8. Reset Browser Profile (If Error Happens on Many Sites)
If multiple secure sites show this error, your browser profile may be corrupted.
- Create a new browser profile.
- Test the website in the new profile.
- If it works, migrate bookmarks and settings.
9. Check Enterprise or Work/School Policies
On managed devices, certificate revocation may be enforced.
- Open Settings → Accounts → Access work or school.
- If your PC is managed:
- Certificate rules may be enforced by policy
- Contact your IT administrator if applicable.
10. Do NOT Bypass the Error (Important)
Some browsers offer “Proceed anyway” options via flags or advanced settings.
You should not bypass ERR_CERT_REVOKED because:
- The certificate is explicitly untrusted
- You may expose sensitive data
- Browsers block it for a reason
If the site is important, notify the site owner instead.
Wrapping Up
The ERR_CERT_REVOKED or “Server certificate has been revoked” error on Windows 11 is a security protection, not a random bug. While it’s often caused by issues on the website’s end, local factors like incorrect system time, antivirus HTTPS scanning, VPNs, or corrupted SSL cache can trigger false positives.
By verifying your system settings, clearing SSL state, disabling interfering software, and keeping Windows up to date, you can resolve the issue in most legitimate cases—while staying secure.