How to Install Inkscape on Windows 10 & 11
Complete step-by-step guide to installing Inkscape 1.4.4 on Windows using the official MSI. Covers prerequisites, installation steps, first-run configuration, silent install for enterprises and common installer errors.
Before you install — prerequisites
- Windows 10 (version 1903 or later, 64-bit) or Windows 11
- At least 500 MB free disk space (2 GB recommended)
- Administrator rights on the PC (for MSI installation)
- GPU with OpenGL 2.0 support (almost all modern hardware)
Step-by-step installation
Download the official MSI
Go to the download page and complete the quick reCAPTCHA verification. The download starts immediately. The file is the official Inkscape MSI for Windows 64-bit — approximately 90 MB.
Run as Administrator
Locate the downloaded .msi file (usually in Downloads). Right-click → Run as administrator. If a UAC prompt appears, click Yes.
Windows SmartScreen
If Windows shows "Windows protected your PC", click More info → Run anyway. The Inkscape MSI is digitally signed by the Inkscape project — it is safe.
Accept the licence
The installer will display the GNU GPL licence. Click I Agree to continue.
Choose install path
The default path C:\Program Files\Inkscape is recommended. Leave the component selection as-is unless you have specific needs.
Click Install and wait
Installation takes 1–3 minutes. Do not close the installer window. A progress bar will indicate completion.
Launch Inkscape
Open Inkscape from the Start Menu or the desktop shortcut. First launch is slow (15–30 seconds) — Inkscape is building its font cache. Subsequent launches are much faster.
Silent installation (for IT / enterprise)
Deploy Inkscape silently to multiple machines using the MSI command-line interface:
# Silent install with default settings
msiexec /i "inkscape-1.4.4.msi" /quiet /norestart
# Silent install to custom directory
msiexec /i "inkscape-1.4.4.msi" /quiet /norestart INSTALLDIR="D:\Inkscape"
# Silent install with log file for troubleshooting
msiexec /i "inkscape-1.4.4.msi" /quiet /norestart /l*v "C:\inkscape-install.log"Post-install configuration
Set display language
Inkscape defaults to your Windows language. To change: Edit → Preferences → Interface → Language. Restart Inkscape to apply.
Configure GPU rendering
If Inkscape is slow on first run, check GPU acceleration: Edit → Preferences → Rendering. Ensure GPU acceleration is enabled and the correct GPU is selected.
Install extensions
Enhance Inkscape with community extensions. See the extensions guide and how to install extensions on Windows.
Common installation errors
Error 1603 — Installation failed
Usually caused by a previous Inkscape install being partially removed. Uninstall via Apps & Features, delete C:\Program Files\Inkscape manually, then reinstall.
Windows SmartScreen blocks the installer
Click More info → Run anyway. The MSI is signed by the Inkscape project. If you are concerned, verify the SHA-256 hash against the value on inkscape.org.
Installer requires restart but doesn't finish
Reboot Windows, then re-run the MSI. Some systems have locked files from a previous install that only release after a restart.
Antivirus blocks the MSI
Some AV software falsely flags the Inkscape installer. Temporarily disable real-time protection during installation and re-enable afterwards. The file is safe — it is the official signed binary.
For more issues, see the full troubleshooting guide.
Ready to install?
Download the official Inkscape MSI and get started in minutes.