Before you start

Decide between the installer and the portable archive, and make sure any earlier Inkscape installed through an installer is removed first. Mixing an old installation with a new one is the usual cause of a program that starts and immediately closes.

Standard install with the MSI package

  1. Get the current Windows package from the project's download page.
  2. Open Settings → Apps → Installed apps and uninstall any existing Inkscape entry.
  3. Run the downloaded .msi file. Windows may show a SmartScreen prompt for a newly published build; check the publisher before continuing.
  4. Accept the license, keep the default install folder unless you have a policy against it, and leave the typical feature set selected — it includes the bundled Python extensions.
  5. Finish, then launch Inkscape from the Start menu. The first launch takes longer while font and extension caches are built.
  6. Pick a keyboard shortcut set and a theme when prompted; both are changeable later in Edit → Preferences.

Upgrading an existing installation

Uninstall, then install the new package. Your preferences, custom shortcuts, templates and palettes live in your user profile — normally %APPDATA%\inkscape — and survive the uninstall, so custom setups come back automatically. Copying that folder somewhere safe before a major upgrade takes seconds and occasionally saves an evening.

Portable and side-by-side installs

Download the 7z archive instead of the installer and unpack it into its own empty folder with 7-Zip. Run inkscape.exe from that folder. Nothing is registered with Windows, so you can keep two releases side by side — useful when a client file only opens correctly in the older one — or carry the editor on a USB drive. Create shortcuts by hand if you want them.

Deploying to several machines

The MSI supports the usual quiet switches, so msiexec /i inkscape.msi /qn works for scripted rollouts in a classroom or small office. Test on one machine first, and pin a specific version in your deployment share so every workstation ends up with the same build.

Verifying the result

Open Help → About and confirm the version and build match what you downloaded. Then create a rectangle, save as SVG, close and reopen the file. If any step fails, Windows troubleshooting lists the specific fixes; if everything works, the beginner guide is the natural next stop.