Windows Font Cache Service Failed to Start and High CPU

Published by Nyau Wai Hoe - Updated on

The Windows Font Cache Service is an important part of Windows, helping your computer show text faster in apps by keeping a copy of commonly used fonts ready to go. Sometimes, though, it might not work correctly — maybe it won’t start, uses too much of your computer’s brain power (CPU), or causes other issues. We’re going to talk about what this service does, the troubles you might run into, and how to sort them out, whether you’re using Windows 11 or Windows 10.

Also see: How to Limit CPU Usage of a Process in Windows 11

Windows Font Cache Service Windows 11 or 10

What does Windows Font Cache Service actually do?

The Windows Font Cache Service basically stores font caches so that the OS and apps can show fonts quicker by using the stored caches. It’s especially helpful when an app has a huge amount of text that needs to be shown on the screen.

This service usually shows up as svchost.exe in your Task Manager’s Details tab because it shares a space with other system services.

What is Windows Font Cache Service

Every time an app needs to show text, it asks Windows for the font data. With the Font Cache service working, this data is pulled from the cache and makes displaying the font more efficient. Even though it’s usually helpful, sometimes it can cause issues.

Linked issue: Service Host Local System High CPU, Disk or Memory Usage

What if Windows Font Cache Service won’t start?

If you get an “Error 1920 or 1921: Windows Font Cache Service failed to start” message, you might need to manually start the service yourself. This usually pops up when you’re installing something and the installer can’t get the service working. Here’s how to manually start the service:

  1. Hit Windows + R to open the Run box.
  2. Type “services.msc” and hit Enter to bring up the Services window.Open services.msc
  3. Look for “Windows Font Cache Service”, right-click it, and choose “Properties”.Service Properties
  4. Pick “Automatic” from the “Startup type” menu.
  5. Hit the “Start” button under the Service status area.Windows Font Cache Service failed to start
  6. Click “Apply” then “OK” to save your changes.

If it still won’t start after trying these steps, you might need to repair or reinstall the service.

Related concern: Why is My Memory Usage So High When Nothing is Running?

Fixing high CPU use by Windows Font Cache Service

Sometimes, the Windows Font Cache Service might unexpectedly make your CPU work harder than it should, which can slow your computer down. This could mean there’s something up with the service or the font cache.

If that’s the case, you can try clearing the font cache. Follow the steps below to do so:

  1. Open “Windows Explorer”.
  2. Go to “C:\Windows\ServiceProfiles\LocalService\AppData\Local”. You’ll have to click through the folders since typing the path won’t work due to permissions. If you can’t see the “AppData” folder, you might need to turn on the “Show hidden files, folders, and drives” option.Clearing Font Cache in Windows 11 or 10
  3. Find a folder called “FontCache”. Open it and delete everything inside.Windows Font Cache Service high CPU usage
  4. Restart your computer.

After restarting, Windows will make a new font cache, which should fix the CPU hogging issue for most people.

Useful tip: 30+ Windows 11 Services to Disable for Gaming Performance

Disabling Windows Font Cache Service

The Windows Font Cache Service doesn’t normally cause too many issues. But if it’s consistently causing high CPU usage or creating other problems, you might consider turning it off. Note that this might make fonts load more slowly in your apps. Follow the steps below to disable the service:

  1. Press “Windows + R” to bring up the Run box.
  2. Type “services.msc” and hit enter. This opens the Services window.Open services.msc
  3. Find the “Windows Font Cache Service” in the list, right-click on it, and choose “Properties”.
  4. Change the “Startup type” to “Disabled”.How to disable Windows Font Cache Service
  5. Click “Stop” to stop the service if it’s running.
  6. Hit “Apply” and then “OK” for the changes to take effect.

Relevant guide: How to Delete a Service in Windows 11 or 10 Using CMD

Windows Font Cache Service starts then stops

Sometimes, the Windows Font Cache Service might start up but then stop all of a sudden. This can mess with apps that need to show text. It usually means there’s an error with reading the cached font data.

Fixing these issues can often be as simple as clearing the font cache, like we talked about earlier, or reinstalling the program that’s causing problems.

How to reinstall the FontCache service (FntCache.dll)

Reinstalling the Windows Font Cache Service is a bit more complicated and should only be your last resort. You’ll need to re-register the service DLL file and restart the service.

  1. Hit the Windows Start button, type “cmd”, right-click on “Command Prompt” from the results, and choose “Run as administrator”.Command Prompt Run as Administrator
  2. In the Command Prompt, type these commands one after the other, hitting Enter after each one:
    net stop fontcache
    cd /d %windir%\system32
    regsvr32 FntCache.dll
    net start fontcache

    Reinstall Windows Font Cache Service

This stops the font cache service, re-registers the DLL file for the service, and then starting it up again.

Please note that these are advanced steps. Only try them if you’re sure about what you’re doing. If you’re not comfortable, it’s a good idea to ask for help from a pro. And, always make a system restore point before you start changing things, just in case something goes wrong.


Nyau Wai Hoe
Nyau Wai Hoe is the Founder and Chief Editor of WindowsDigitals.com. With a degree in software engineering and over 12 years of experience in the tech support industry, Nyau has established himself as an expert in the field, with a primary focus on the Microsoft Windows operating system. As a tech enthusiast, he loves exploring new technologies and leveraging them to solve real-life problems.

Share via
Copy link