Safe to Delete

CryptnetUrlCache Folder (%LocalAppData%\Microsoft\CryptnetUrlCache)

Quick Answer: CryptnetUrlCache stores cached SSL certificate revocation lists. Deleting it is safe and resolves Windows certificate update errors.

Bottom Line: It is 100% safe to delete the CryptnetUrlCache folder. Deleting it will not break Windows security or remove your personal SSL certificate files.


What is the CryptnetUrlCache Folder?

Located at %LocalAppData%\Microsoft\CryptnetUrlCache (and inside %WinDir%\System32\config\systemprofile\AppData\Local\CryptnetUrlCache), this system folder is created by Windows CryptoAPI.

When your web browser or Windows applications open HTTPS websites, Windows checks the SSL/TLS certificate against online Certificate Revocation Lists (CRL). Windows caches these CRL lists and certificate authority files inside CryptnetUrlCache to avoid re-downloading certificate validations every time you connect.


Can You Delete CryptnetUrlCache?

✅ Yes, it is completely safe to delete.

  • No security risk: Windows continues to validate digital signatures securely.
  • Auto-rebuilds: Windows CryptoAPI will re-download clean, up-to-date certificate revocation lists as needed.
  • Solves SSL errors: Clearing CryptnetUrlCache is a well-known fix when Windows applications throw ERR_CERT_REVOKED or certificate validation errors.

How to Delete CryptnetUrlCache

Method 1: Delete via Windows File Explorer

  1. Press Win + R, type %LocalAppData%\Microsoft, and press Enter.
  2. Locate CryptnetUrlCache.
  3. Open CryptnetUrlCache and delete the Content and MetaData subfolders.

Method 2: Delete via Command Prompt (Admin)

rmdir /s /q %LocalAppData%\Microsoft\CryptnetUrlCache\Content
rmdir /s /q %LocalAppData%\Microsoft\CryptnetUrlCache\MetaData

Discussion

Loading authentication...

Related in windows

Chia Blockchain Mainnet Database (~/.chia/mainnet/db)

The Chia mainnet db folder stores full node blockchain blocks (blockchain_v2_mainnet.sqlite). Deleting forces re-sync.

Use Caution

How to Force Delete a Locked File or Folder in Windows 11 / 10

Fix 'The action cannot be completed because the file is open in another program' with Command Prompt, PowerShell, and Task Manager.

Safe to Delete

Why Is My Hard Drive Full But No Files Are Showing? (Hidden Bloat Solved)

Fix hard drives that appear full despite selecting all files showing low storage. Discover hidden shadow copies, System Volume Information, and pagefiles.

Safe to Delete
Back to all files