HOW-TO · SET

How to install LM Studio on Windows

beginner10 minBy Eruo Fredoline
Target environment
Ubuntu 24.04 · Ollama 0.4.xWindows 11 · Ollama 0.4.xmacOS 15 · Ollama 0.4.x
PREREQUISITES

Windows 10+, internet, ~2 GB free disk space

What this does

Places a self-contained ML runtime on a Windows machine, enabling model downloading, inference, and a REST API accessible to other applications. After completion, the application launches from the Start Menu.

Steps

  1. Download the Windows installer. Navigate to the official LM Studio site and fetch the Windows installer (.exe format).

  2. Execute the installer. Locate the downloaded .exe and double-click it to begin the setup wizard. Accept the license terms when prompted.

  3. Choose the installation directory and complete setup. The default directory works for most users. Click Install, then wait for the progress bar to finish and click Finish to close the wizard.

  4. Launch LM Studio from the Start Menu. Click the LM Studio entry in the Start Menu or Desktop shortcut to open the application.

Verification

Get-Process -Name "LM Studio" -ErrorAction SilentlyContinue
# Expected: process information returned, confirming the application is running

Common failures

  • UAC blocks installation — Windows User Account Control prevents writes to system directories. Right-click the installer and select Run as administrator.
  • "This app can't run on your device" — Corrupted download or incompatible bitness. Re-download from the official site and confirm the correct version.
  • Start Menu shortcut missing — The installer did not complete fully. Re-run the .exe and choose Repair or uninstall first before reinstalling.
  • Antivirus flags the installer — Some antivirus suites quarantine the installer. Add an exclusion for LM Studio in the antivirus settings during installation.

Operator checkpoint

Before treating this as solved, write down the local runtime, model or package version, hardware/backend if relevant, and the verification output. This keeps the guide useful as a Will-It-Run style decision instead of a one-off command transcript.

Related guides

RELATED GUIDES