Microsoft Copilot has become a popular AI-powered assistant in Windows 11, offering features like chat, code generation, and task automation. However, some users may notice performance issues or privacy concerns related to the data stored in Copilot’s memory. This guide explains how to completely clear Copilot’s memory cache and temporary files using built-in Windows tools and registry editing. The process involves several technical steps that require careful execution to avoid system instability. Before proceeding, it’s important to back up important data and ensure you have administrative privileges on your Windows 11 device.
To delete Copilot memory, start by accessing the Windows Settings menu through the Start button. Navigate to the ‘Privacy & Security’ section and locate the ‘Copilot’ settings. Here, you can disable the feature temporarily, which will stop new data from being stored. However, this does not remove existing memory files. For a complete cleanup, you’ll need to use the File Explorer to manually delete cache files. The cache is typically stored in the AppData folder under the user profile. Navigate to :
C:\\Users$$username]\\AppData\\Local\\Microsoft\\Copilot
and delete all files in this directory. This action removes chat history, temporary files, and other cached data associated with Copilot.
If the cache folder is locked or inaccessible, you may need to use the built-in Disk Cleanup tool. Open the Start menu, search for ‘Disk Cleanup’, and select the system drive (usually C:). In the Disk Cleanup window, click ‘Clean up system files’ and choose ‘Temporary Internet Files’ and ‘Temporary Files’. While this primarily targets browser and system caches, it may also include some Copilot-related files. For more thorough deletion, consider using third-party cleanup tools like CCleaner or BleachBit, which can scan for and remove residual files that standard tools might miss.
For advanced users, editing the Windows Registry can help ensure Copilot doesn’t retain memory across system restarts. Press Win+R, type ‘regedit’, and press Enter. Navigate to :
HKEY_CURRENT_USER\\Software\\Microsoft\\Copilot
and look for keys related to memory storage. Delete these entries carefully, as incorrect changes to the registry can cause system instability. After making changes, restart your computer to apply the updates. It’s crucial to back up the registry before making any modifications using the ‘Export’ function in the Registry Editor.
Another approach involves using the Command Prompt to delete Copilot files. Open the Start menu, search for ‘Command Prompt’, and run it as administrator. Type:
‘del /q /f /s C:\\Users$$username]\\AppData\\Local\\Microsoft\\Copilot\\*’
and press Enter. This command forcefully deletes all files in the Copilot directory. If you encounter permission errors, use the ‘takeown’ command to gain ownership of the files before deletion. Replace $username with your actual Windows account name in all file paths.
After completing these steps, verify the deletion by checking the AppData folder and the registry. If Copilot still retains data, consider disabling the feature entirely through Windows Settings. To do this, go to ‘Privacy & Security’ > ‘Copilot’ and toggle off the switch. This prevents future memory accumulation but may limit your ability to use Copilot’s features. For users who need Copilot but want to maintain privacy, enabling the ‘Do Not Track’ feature in the browser settings can help reduce data collection.
Regular maintenance is essential to keep your system running smoothly. Set reminders to clear Copilot memory every few weeks, especially if you use the feature frequently. Combine this with other system cleanup tasks like disk defragmentation and temporary file removal to optimize performance. If you’re unsure about any step, consult Microsoft’s official documentation or seek guidance from a qualified IT professional. By following these methods, you can effectively manage Copilot’s memory usage while maintaining system stability and privacy.
