How to Uninstall DeepSeek R1 Models - Remove DeepSeek AI Models From PC

Installing DeepSeek locally on your system is pretty quick and easy and can be done in less than 5 minutes. However, uninstalling it is a little more tricky. Whilst it's easy there isn't a simple uninstall option inside of Control Panel that you can use. So follow along as we show you how to Uninstall DeepSeek models from your computer.

How to Uninstall DeepSeek R1 Models - Remove DeepSeek AI Models From PC

Unlike most other software DeepSeek doesn't install as a typical program and uninstalling ollama won't remove DeepSeek from your device, instead, you'll need to manually remove DeepSeek models. And there are a couple of different ways you can do this.

In order to remove DeepSeek models, you'll need to do the following:

ollama list

ollama rm "deepseek-r1:8b"

 

Can you have Multiple DeepSeek models Installed? How do you Only Delete One?

If you have multiple DeepSeek Models installed you are essentially wasting space and time. Just get the biggest one you can realistically use and leave it at that. However, if you have accidentally downloaded multiple models, you can remove them individually by using the steps shown above. Just run the allama list command to see the models you have installed then remove the one that you don't want by tweaking the second command.

What to Do If You Encounter Errors During DeepSeek Model Removal

Sometimes, you may get errors when attempting to uninstall DeepSeek models. These issues usually occur due to file permission restrictions, corrupted files, or background processes locking certain files. Here's how to troubleshoot and resolve common errors:

Ensure You Have Administrative Privileges

Make sure you're running PowerShell or Terminal as an administrator. On Windows, right-click PowerShell and select Run as Administrator. On macOS or Linux, prepend commands with sudo.

Close Background Applications

Some background applications or system services may be accessing the model files. Close any apps that might be using DeepSeek models and try the removal command again.

Comments