Check your current version
Check the latest release at github.com/ollama/ollama/releases. If your version is older, follow the steps below.
Update Ollama on Windows
- 1
Quit Ollama from the system tray
Right-click the Ollama icon in the system tray → Quit Ollama. The installer cannot replace files that are in use by a running service.
- 2
Download the latest OllamaSetup.exe
Get the new installer from the download page or directly from ollama.com/download/windows.
- 3
Run the installer over the existing install
Double-click the new
OllamaSetup.exeand follow the wizard. It installs to the same location as the previous version. Your downloaded models, settings and history are preserved. - 4
Verify the new version
C:\> ollama --versionollama version 0.6.5Open a new terminal after updating. Old terminal windows may still show the cached version string.
Update your models after upgrading Ollama
Updating Ollama does not automatically update your downloaded models. To get the latest version of a model:
You only need to re-pull a model if a new version was released. Model versions are tied to their tag (e.g. llama3:latest) — re-pulling latest always gets the newest available weights.
Update questions
Will updating Ollama delete my models?
.ollama/models folder are untouched.How do I know when a new version is available?
Can I update Ollama with winget?
winget upgrade Ollama.Ollama. If winget does not find an update, the package may not be updated in the repository yet — in that case download manually from ollama.com.After updating, Ollama is slower or behaves differently
ollama pull modelname. If issues persist, check the release notes for breaking changes.