RUNLOCALAIv38
->Will it run?Best GPUCompareTroubleshootStartLearnPulseModelsHardwareToolsBench
Run check
RUNLOCALAI

Independently operated catalog for local-AI hardware and software. Hand-written verdicts. Source-cited claims. Reproducible commands when we have them.

OP·Fredoline Eruo
DIR
  • Models
  • Hardware
  • Tools
  • Benchmarks
TOOLS
  • Will it run?
  • Compare hardware
  • Cost vs cloud
  • Choose my GPU
  • Prompting kits
  • Quick answers
REF
  • All buyer guides
  • Learn local AI
  • Methodology
  • Glossary
  • Errors KB
  • Trust
EDITOR
  • About
  • Author
  • How we make money
  • Editorial policy
  • Contact
LEGAL
  • Privacy
  • Terms
  • Sitemap
MAIL · MONTHLY DIGEST
Get monthly local AI changes
Monthly recap. No spam.
DISCLOSURE

Some links on this site are affiliate links (Amazon Associates and other first-class retailers). When you buy through them, we earn a small commission at no extra cost to you. Affiliate links do not influence our verdicts — there are cards we rate highly that we don't have affiliate relationships with, and cards that sell well that we refuse to recommend. Read more →

© 2026 runlocalai.coIndependently operated
RUNLOCALAI · v38
  1. >
  2. Home
  3. /Learn
  4. /How-to
  5. /How to install LM Studio on Windows
HOW-TO · SET

How to install LM Studio on Windows

beginner·10 min·By Fredoline Eruo
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

  • How to install LM Studio on macOS
  • How to use LM Studio as a local API server
  • Course Local AI Fundamentals
RELATED GUIDES
SET
How to use LM Studio as a local API server
SET
How to install LM Studio on macOS
← All how-to guidesCourses →