PostgreSQL for Windows

PostgreSQL Offline Installer for Windows

Yes — you can fully install PostgreSQL on Windows without internet. Download the verified 64‑bit installer first, transfer it to the offline PC, and complete the setup.

Affiliate disclosure: this direct download link may be monetized. This is an unofficial site.

Pre-download checklist

  • Confirm target PC is Windows 10/11 (64-bit).
  • Ensure you have admin rights on the offline PC.
  • Choose a data directory (e.g., C:\\PostgreSQL\\data).
  • While still online, optionally verify the installer’s digital signature (Properties → Digital Signatures).

Install PostgreSQL offline — step-by-step

  1. On an online machine, download the 64-bit installer above.
  2. Copy the postgresql-18.3-3-windows-x64.exe to a USB drive or secure share.
  3. Move the file to the offline Windows PC.
  4. Run the installer as Administrator, select your data directory, and set a strong postgres password.
  5. Keep the default port 5432 unless it’s already used.
  6. Skip Stack Builder and any components that require internet. You can add extras later.
  7. Finish setup. Open Command Prompt and run psql --version. If not found, fix PATH issues.

Optional: verify integrity and signature

While still online, verify the installer before moving it offline:

  • Right‑click the .exe → Properties → Digital Signatures tab. Verify the signer is trusted.
  • Optionally compute a checksum (e.g., SHA‑256) and store it with the file.

After transfer, re‑check the signature on the offline PC to ensure the file wasn’t altered.

What works offline, what doesn’t

Works offline

Core PostgreSQL server, command‑line tools, Windows service registration.

Might need internet

Optional extensions via Stack Builder and some client tools. Install later when online.

ODBC drivers

psqlODBC x64/x86 can be installed separately. See the ODBC guide.

Related guides

Disclaimer: This is an unofficial resource. PostgreSQL is a registered trademark of the PostgreSQL Community Association of Canada. Links may include affiliate tracking.