Bottom Line: It is 100% safe to clear com.apple.fontd cache. Clearing system font caches resolves garbled screen text, overlapping font glyphs, and application launch crashes in Adobe Photoshop, Microsoft Word, or Affinity Photo.
Why Does macOS Font Cache Exist?
The macOS CoreText graphics engine and fontd daemon cache font metrics, kerning tables, and glyph shapes inside /private/var/folders/ and ~/Library/Caches/com.apple.fontd.
- Primary Purpose: Fast text rendering across all macOS applications.
- Storage Impact: Accumulates 500 MB to 3 GB over time.
- Font Corruption: Installing third-party OTF/TTF font packages can corrupt font caches, causing screen characters to render as strange symbols or boxes.
What Happens If You Clear Font Cache?
- System Safety: ✅ 100% Safe to Delete. System fonts (
/System/Library/Fonts) and user fonts remain 100% safe. - Automatic Re-generation: macOS automatically rebuilds clean font caches on reboot.
- Reclaimed Storage: Reclaims 500 MB to 3 GB of storage space.
How to Reset macOS Font Caches
Method 1: Using Terminal
# Reset macOS system and user font caches
sudo atsutil databases -remove
Method 2: Manual Terminal Purge
rm -rf ~/Library/Caches/com.apple.fontd/*
Frequently Asked Questions (FAQ)
Why are text characters rendering as question mark boxes in Safari or Word?
Corrupted font cache files cause text engine lookup failures. Running sudo atsutil databases -remove and restarting your Mac fixes font rendering instantly.
Discussion
Loading authentication...