⚙️ Install Guide

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

System requirements: Check the full system requirements before installing if you are on older hardware.

Step-by-step installation

1

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.

2

Run as Administrator

Locate the downloaded .msi file (usually in Downloads). Right-click → Run as administrator. If a UAC prompt appears, click Yes.

3

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.

4

Accept the licence

The installer will display the GNU GPL licence. Click I Agree to continue.

5

Choose install path

The default path C:\Program Files\Inkscape is recommended. Leave the component selection as-is unless you have specific needs.

6

Click Install and wait

Installation takes 1–3 minutes. Do not close the installer window. A progress bar will indicate completion.

7

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"
SCCM / Intune: Use the /quiet /norestart flags. Set detection rule to file exists: C:\Program Files\Inkscape\bin\inkscape.exe

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.

Download Inkscape MSI Check requirements