A web based administration tool for the PostgreSQL database!

pgAdmin

pgAdmin

  -  215 MB  -  Freeware
  • Latest Version

    pgAdmin 4 9.12 LATEST

  • Review by

    Daniel Leblanc

  • Operating System

    Windows 10 (64-bit) / Windows 11

  • User Rating

    Click to vote
  • Author / Product

    pgAdmin Team / External Link

  • Filename

    pgadmin4-9.12-x64.exe

pgAdmin is a powerful open-source administration and management tool designed for PostgreSQL databases.

It provides an intuitive graphical user interface (GUI) that enables database administrators, developers, and analysts to manage and interact with PostgreSQL databases efficiently.

pgAdmin Screenshot 1

Whether you’re a beginner or an advanced user, pgAdmin for Windows offers a comprehensive set of tools to help you execute SQL queries, monitor server performance, and manage database objects effectively.

Features

Query Tool – A powerful SQL editor with syntax highlighting, error detection, and query history.

Database Management – Allows users to create, modify, and delete tables, views, indexes, and functions.

Server Monitoring – Provides real-time insights into database activity, performance, and logs.

Backup and Restore – Enables easy database backups and restoration using PostgreSQL utilities.

User Management – Allows role-based access control and user permissions management.

Graphical Query Builder – An intuitive tool for designing complex SQL queries without manual coding.

Support for Extensions – Allows integration with PostgreSQL extensions like PostGIS for spatial data.

User Interface

pgAdmin sports a clean, well-organized UI with a tree-based navigation pane that displays all connected databases, schemas, tables, and functions.

pgAdmin Screenshot 2

The main workspace is divided into multiple tabs, making it easy to work on queries, database properties, and logs simultaneously.

While the UI may seem overwhelming to beginners, its structured layout ensures that essential tools are easily accessible.

Installation and Setup
  • Download the latest version from the official website or FileHorse.
  • Run the installer and follow the setup wizard.
  • Choose the installation directory and configure optional settings.
  • Once installed, launch the application and connect to a PostgreSQL database by providing the host, port, username, and password.
How to Use

Connecting to a Database: Open this program, click on “Add New Server,” enter database credentials, and save the connection.

Running Queries: Navigate to the Query Tool, write SQL commands, and execute them.

pgAdmin Screenshot 3

Managing Tables: Create, modify, or delete tables using the built-in GUI editor.

Monitoring Activity: View live database sessions, logs, and performance metrics.

Exporting Data: Use the backup tool to export database dumps for safekeeping or migration.

FAQ

Is pgAdmin free to use?
Yes, this software is open-source and available for free.

Can I use pgAdmin for databases other than PostgreSQL?
No, pgAdmin is specifically designed for PostgreSQL and does not support other database systems.

Does pgAdmin support SSH tunneling?
Yes, it provides an option to connect to remote PostgreSQL databases securely via SSH tunneling.

How can I reset a forgotten pgAdmin password?
You can reset the master password by deleting the app configuration files from your system’s user directory.

Why is pgAdmin slow with large databases?
Performance may degrade with large databases due to extensive UI rendering. Optimizing queries and using indexing can help.

pgAdmin Screenshot 4

Alternatives

dotConnect for PostgreSQL – A premium tool with an advanced user interface and cloud synchronization.

DBeaver – A multi-database management tool with PostgreSQL support.

HeidiSQL – A lightweight and simple alternative for database administration.

Pricing

The app is completely FREE and open-source, with no premium versions or paid features.

System Requirements
  • OS: Windows 7, 8, 10, or 11 (64-bit)
  • Processor: Intel or AMD, 2 GHz or faster
  • RAM: Minimum 4GB (8GB recommended)
  • Storage: At least 500MB free space
  • PostgreSQL: Required for full functionality
PROS
  • Free and open-source
  • Comprehensive database management features
  • Intuitive GUI with SQL editor
  • Built-in query builder and performance monitoring tools
  • Supports remote and local PostgreSQL servers
CONS
  • UI can be complex for beginners
  • Slower performance with large datasets
  • Some features require technical knowledge to configure properly
Conclusion

pgAdmin is an essential tool for anyone working with PostgreSQL databases. It provides a rich set of features, including query execution, database management, and server monitoring, all within an intuitive GUI. While it may have a learning curve for beginners, it remains one of the best PostgreSQL administration tools available.

Whether you're a developer, database administrator, or data analyst, this app is a must-have software for managing PostgreSQL databases on Windows.

Why is this app published on FileHorse? (More info)
  • pgAdmin 4 9.12 Screenshots

    The images below have been resized. Click on them to view the screenshots in full size.

    pgAdmin 4 9.12 Screenshot 1
  • pgAdmin 4 9.12 Screenshot 2
  • pgAdmin 4 9.12 Screenshot 3
  • pgAdmin 4 9.12 Screenshot 4
  • pgAdmin 4 9.12 Screenshot 5

What's new in this version:

New features:
- Add new options like INHERIT and SET to the Role’s membership tab
- Add a new button in the query tool data output toolbar to get entire range of data
- Enhance OAUTH2 and OIDC authentication support with improved claims handling and configuration options

Housekeeping:
Fixed:
- Warn user of unsaved data output edits before page navigation
- Fix Query Tool state restoration for new connections and queries
- Fix pg_restore logs to distinguish UI sync issues from actual failures
- Optimize checkbox selection logic in backup dialog objects tree
- Fixed an issue where double click to open a file in the file manager is not working
- Upgrade ID column in the database table to BigInteger to support large OID values
- Fixed an issue where “View/Edit Data” shortcut opened “First 100 rows” instead of “All Rows”
- Ensure saved shared server passwords are re-encrypted on password change
- Fixed an issue where data filter dialog removes newline character when sending SQL to the query tool
- Fixed an issue where the dashboard freezes on initial render when there is a high number of locks
- Fixed the SSL certificate issue while checking for the upgrade
- Fixed a sorting issue in the system stats memory usage table
- Disable Parameters and Membership fields when object is not new for Login and group roles
- Fixed an issue where the Query History panel would auto-scroll to the top and did not preserve the scroll bar position for the selected entry
- Fixed an issue where pgAdmin4 app on macOS cannot auto-update while running on a read-only volume even if present in the Applications folder
- Fixed an issue where connection parameters were using localized values instead of literal values, causing connection failures
- Mask the secret key for restrict option in the process watcher when restoring plain SQL file (CVE-2026-1707)
- Ensure the container deployment supports boolean values in yaml format
- Ensure that the tooltip for the password cell is not visible
- Fix pgAdmin fails when performing Backup/Restore on a PostgreSQL connection defined exclusively via pg_service.conf
- Update menu bar documentation