5+ Easy Methods to Delete Font Cache in Windows 11!

How to Delete Font Cache in Windows 11?

Before getting into the tutorial, it’s important to understand a little about the font cache in Windows 11. Cache is a technology that stores temporary files essential for software to work quickly and efficiently. Font cache works similarly. The Windows 11 OS caches the installed and activated fonts in a temporary folder, which helps ensure that the Windows 11 interface remains fast and optimized.

Why Font Cache Needs to Be Deleted?

You might need to delete the font cache for the following reasons:

Key Points:

  • Press Win + R, type services.msc, and press Enter.
  • In the Services window, find and right-click on Windows Font Cache Service.
  • Select Stop option.

Five Tested Methods to Delete Font Cache in Windows 11:

The methods described below are 100% effective and have been personally tested. I recommend using the method “Delete Font Cache via Font Cache Service” for a quick and efficient solution.

Method 1: Using the Services and File Explorer:

Stop the Windows Font Cache Service:

Open Run Windows using Winkey + R
Open Run Windows using Winkey + R
Enter the Command services.msc
Enter the Command services.msc
Scroll, Find & Stop the Windows Font Cache Service.
Scroll, Find & Stop the Windows Font Cache Service.

That’s it. Stopping or restarting the Windows Font Cache Service will temporarily clear the font cache on your Windows 11 PC. This is the quickest and easiest way to clear the font cache.

Method 2: Using File Explorer:

You can also remove the font cache from your PC using the File Explorer method. This is a fast and efficient method, but it requires some extra steps.

Open Run Windows using Winkey + R
Open Run Windows using Winkey + R
Enter Local App Data File Explorer Menu
Enter Local App Data File Explorer Menu
Local App Data Folder
Local App Data Folder
Search as FontCache in Local Search
Search as FontCache in Local Search
Delete FontCache Folders
Delete FontCache Folders

In this way, you can clear your font cache from your PC using the File Explorer method. The methods described below involve using Command Prompt, Disk Cleanup service, and batch files, which may be unfamiliar to many users. Therefore, I suggest you proceed with caution. If you are not willing to learn these new methods, I recommend using the methods mentioned above.

Method 3: Using Disk Cleanup:

Disk Cleanup is a built-in option that helps remove unnecessary files from your system, including font cache files.

Open Run Windows using Winkey + R
Open Run Windows using Winkey + R
Enter the command cleanmgr
Enter the command cleanmgr
Selecting Disk
Selecting Disk
Choose Clean Up System Files option.
Choose Clean Up System Files option.
Selecting Disk
Selecting Disk
Clean Up Services
Clean Up Services
Clean Up Services to Clear Font Cache in Windows
Clean Up Services to Clear Font Cache in Windows

Method 4: Using a Batch Script:

Creating a batch script automates the process of deleting the font cache, making it convenient for repeated use.

@echo off
net stop FontCache
net stop FontCache3.0.0.0
del /Q %windir%\ServiceProfiles\LocalService\AppData\Local\FontCache*.dat
del /Q %localappdata%\FontCache\*.dat
net start FontCache
net start FontCache3.0.0.0
pause

Method 5: Using a Command Prompt:

Using Command Prompt offers a more direct method to delete the font cache.

Terminal Admin
Terminal Admin
net stop FontCache
net stop FontCache3.0.0.0
del /Q %windir%\ServiceProfiles\LocalService\AppData\Local\FontCache*.dat
del /Q %localappdata%\FontCache\*.dat
net start FontCache
net start FontCache3.0.0.0

That’s it. These are the ways to stop and restarting font cache service using Windows Terminal in your pc.

Conclusion:

In this way, you can clear your font cache from your PC using the File Explorer method. The methods below involve using Command Prompt, Disk Cleanup, and batch files. These might be new to many users who are not familiar with them, so proceed with caution. If you are not interested in learning these new methods, I recommend using the methods mentioned above instead. For more articles, i recommend you to visit our Homepage Winsides.com

Related Posts:

Exit mobile version