🚀 OpenClaw on Windows
Known Issues
Common problems and how to fix them
🔁 Version Not Updating
Sometimes npm installs an older cached version instead of the latest release.
npm cache clean --force
🧠 Incorrect Version Installed
If the installer version does not match the expected version, verify what npm sees:
npm view openclaw@latest version
🖥️ Dashboard Not Opening
If Mission Control does not open automatically, run:
openclaw dashboard --no-open
📁 Workspace Issues
If files are missing, duplicated, or not updating correctly, run the reset guide to rebuild the workspace.
📦 Missing Task Results
Some providers may display results in chat, but the official output is always stored in the OpenClaw workspace and shown in Mission Control.
🛡️ Windows SmartScreen Warning
Since this is a new release, Windows Defender SmartScreen may flag the installer as unrecognized and block it by default. This is expected for new software and not a sign of a problem with the file. Click "More info," then "Run anyway" to continue the install.
⚠️ WSL / Permissions Issues
If commands fail inside WSL, ensure you have proper permissions and that Node.js is installed correctly.
← Back to Home