Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
With the rollout of Apple Intelligence in macOS Sequoia, many users have welcomed the AI-powered features. However, not everyone is using these tools — and some have noticed that even when disabled, Apple Intelligence continues to consume a significant amount of disk space.
If you’re seeing Apple Intelligence taking up 8.51 GB of storage, even after disabling the feature, here’s how to safely remove its data files and reclaim your space.
After disabling Apple Intelligence through System Settings, you may expect the feature to be completely removed. However, its core AI model files — such as those stored in the directory:
swiftCopyEdit/System/Library/AssetsV2/com_apple_MobileAsset_UAF_FM_GenerativeModels
— are often left behind or are only partially cleaned. These files can take up several gigabytes and won’t be deleted through normal settings.
Even if the folder appears empty (showing 0 KB), macOS might still reserve space for cached or hidden content.
Warning: This process requires disabling SIP (System Integrity Protection) temporarily and using Recovery Mode. Proceed with caution and at your own risk.
Go to:
System Settings > Siri & Spotlight > Apple Intelligence
Toggle off all related features to ensure they’re not running in the background.
csrutil disable
rm -rf /Volumes/Data/System/Library/AssetsV2/com_apple_MobileAsset_UAF_FM_GenerativeModels
This command will permanently remove the downloaded generative AI model files from your system.
Still in Terminal, type:
bashCopyEditcsrutil enable
Restart your Mac. You should now notice that the Apple Intelligence storage usage no longer shows under System Settings > General > Storage.
NOTE : **Always remember to re-enable SIP immediately after making system-level changes.
If you’re not using Apple Intelligence and need to reclaim disk space, this method provides a clean and direct way to remove the hidden generative model files that macOS doesn’t automatically purge. While SIP must be temporarily disabled, doing the entire process from Recovery Mode keeps your system secure during the operation.