๐Ÿ“ฆ Download

Download Grafana MSI for Windows (x64)

Official Grafana MSI installer for Windows 10, Windows 11 and Windows Server (x64). Free, open source and digitally signed by Grafana Labs. Includes tips for verifying the installer before running.

Grafana OSS โ€” Latest Release

The official Windows x64 MSI from Grafana Labs. Always download from the official source.

๐Ÿ“‹ .msi ยท Windows x64 ๐Ÿ†“ Free (AGPL v3) โœ… Signed by Grafana Labs ~200 MB
After downloading, verify the digital signature in file Properties โ†’ Digital Signatures tab. Publisher should read Grafana Labs.
A quick reCAPTCHA check will appear โ€” complete it and the download starts automatically.
Direct โ€” grafana.com (no captcha) GitHub Releases (all versions)
Official sources only โ€” always verify signature

Step-by-step: download & verify

1

Go to the official download page

Visit grafana.com/grafana/download. Select Windows as the platform. Choose Grafana OSS (free edition) unless you need Enterprise features.

2

Select MSI package

Under Package, select Windows MSI. The filename will be similar to grafana-<version>.windows-amd64.msi. The x64 build is the only supported architecture.

3

Verify the digital signature

Right-click the downloaded .msi โ†’ Properties โ†’ Digital Signatures. The signer name must read Grafana Labs. If it's blank or shows a different publisher, do not proceed โ€” re-download from the official site.

4

Run as Administrator

Right-click the MSI โ†’ Run as administrator. Follow the setup wizard. The default install path is C:\Program Files\GrafanaLabs\grafana.

5

Access Grafana

After installation, open http://localhost:3000 in your browser. Log in with admin / admin and immediately change the default password.

Verify checksum with PowerShell

For extra assurance, compare the SHA-256 hash of the downloaded file against the value shown on the Grafana download page.

# Replace with your actual filename Get-FileHash "grafana-11.6.0.windows-amd64.msi" -Algorithm SHA256

The output hash must match the checksum listed on grafana.com/grafana/download. If they differ, delete the file and download again.

Tip: Grafana publishes SHA256 checksums on the download page next to each installer. Always check this for production deployments.

Grafana editions

FeatureOSS (Free)Enterprise
Core dashboards & visualisationsโœ“โœ“
All data source pluginsโœ“โœ“
Alerting & notificationsโœ“โœ“
LDAP / Active DirectoryBasicโœ“ Advanced
Data source permissionsโœ—โœ“
Reporting (PDF export)โœ—โœ“
Enhanced SAML/OIDCโœ—โœ“
CostFreePaid

For most Windows deployments, Grafana OSS covers everything you need.

After downloading โ€” next steps