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.
Step-by-step: download & verify
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.
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.
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.
Run as Administrator
Right-click the MSI โ Run as administrator. Follow the setup wizard. The default install path is C:\Program Files\GrafanaLabs\grafana.
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.
Grafana editions
| Feature | OSS (Free) | Enterprise |
|---|---|---|
| Core dashboards & visualisations | โ | โ |
| All data source plugins | โ | โ |
| Alerting & notifications | โ | โ |
| LDAP / Active Directory | Basic | โ Advanced |
| Data source permissions | โ | โ |
| Reporting (PDF export) | โ | โ |
| Enhanced SAML/OIDC | โ | โ |
| Cost | Free | Paid |
For most Windows deployments, Grafana OSS covers everything you need.