Format SQL on Windows — Free Browser Tool, No Install
Table of Contents
Windows developers writing SQL face a familiar problem: the formatting tools are either expensive (Redgate SQL Prompt at $269/year), locked behind corporate IT (cannot install SSMS extensions without admin), or require installing a separate IDE (DataGrip, DBeaver, VS Code). Most Windows devs end up either paying for Redgate, using one of the abandoned free plugins, or hand-formatting SQL.
The browser tool sidesteps the install problem entirely. It runs in Edge, Chrome, Firefox, or any other Windows browser. No admin password, no Group Policy block, no IT ticket. Format your SQL in 10 seconds and get back to work.
Windows SQL Formatting Options — Why Most of Them Have a Catch
Here is what Windows SQL developers actually use, and the catch with each:
- Redgate SQL Prompt — gold standard, $269/year per seat. Many corporate licenses, but personal use is expensive.
- ApexSQL Refactor — also paid, ~$199/year. Quality is good.
- Devart dbForge SQL Complete — paid, ~$250. Strong feature set.
- Poor Man's T-SQL Formatter — free SSMS plugin. Last updated 2019. Compatibility issues with newer SSMS versions.
- DataGrip — $229/year. Excellent but expensive.
- DBeaver Community — free but requires Java install, large download.
- VS Code + sql-formatter extension — free, requires VS Code install plus extension. Most corporate Windows machines block extension installs.
- Notepad++ + Poor Man's plugin — broken on newer Notepad++ versions.
The browser tool works on any of these machines because it does not need to be installed.
Why Corporate Windows Restrictions Make Browser Tools Essential
Many large companies use Group Policy to lock down Windows installations. Common restrictions:
- No admin password for users — cannot install any new software without an IT ticket.
- SSMS extensions blocked — even if you have admin, the SSMS extension manager is disabled.
- VS Code extensions filtered — only approved extensions can be installed.
- JetBrains products blocked — DataGrip cannot be installed without IT approval.
- App allow-list — only pre-approved EXEs can run, blocking most portable tools.
- Web filtering — some corporate networks block tool sites for "miscellaneous" categories.
For developers in these environments, anything that requires installing software is dead on arrival. A browser tab is one of the few options that survives. The browser is already approved (you need it to access internal apps), and our formatter is just a webpage with JavaScript.
How to Format SQL on Windows in Your Browser
- Open the formatter URL in your Windows browser — Edge, Chrome, Firefox, all work. Edge is pre-installed on Windows 10 and 11.
- Bookmark the page — Ctrl+D to save.
- Copy your SQL from anywhere — SSMS, Azure Data Studio, DBeaver, the sqlcmd command line, a Teams message, or any other source.
- Paste into the formatter input — Ctrl+V.
- Pick your dialect — Transact-SQL for SQL Server, MySQL for MySQL, PostgreSQL for Postgres, etc.
- Click Format — output appears with syntax highlighting.
- Click Copy — formatted SQL is on your clipboard.
- Paste back into your destination — Ctrl+V into SSMS, Azure Data Studio, or wherever.
If you write SQL frequently, pin the bookmark to your bookmarks bar so it is one click away.
Sell Custom Apparel — We Handle Printing & Free ShippingBrowser Compatibility on Windows
The formatter works in every major Windows browser:
- Microsoft Edge — pre-installed on Windows 10 and 11. Fully supported. Most corporate environments approve Edge by default.
- Chrome — fully supported on Windows 10/11.
- Firefox — fully supported on Windows 10/11.
- Brave — Chromium-based, fully supported.
- Vivaldi, Opera — both Chromium-based, fully supported.
- Internet Explorer 11 — partially supported but use Edge instead. IE is end-of-life.
The formatter uses standard JavaScript features supported by every browser since 2018. No bleeding-edge APIs, no WebAssembly, no WebGL — just plain JavaScript.
Real Windows Developer Use Cases
SSMS user without admin rights. You write T-SQL in SSMS daily. You cannot install Redgate or even Poor Man's T-SQL Formatter. Workflow: select query in SSMS, Ctrl+C, Alt+Tab to browser, Ctrl+V into formatter, click Format, click Copy, Alt+Tab back, Ctrl+A to select existing, Ctrl+V to replace.
Azure Data Studio user. ADS has limited extension support and no built-in formatter. Same workflow: copy, switch to browser, format, copy, switch back, paste.
Power BI developer writing DAX/M. Power Query M and DAX are not SQL, but Power BI also lets you write SQL queries against data sources. Format those queries in the browser.
Reporting Services author. SSRS reports often have inline SQL queries. Format them before adding to the report definition.
Integration Services package. SSIS Execute SQL tasks have inline SQL. Format the SQL before pasting into the task properties.
Other Browser Tools for Windows Developers
Windows devs working in corporate environments often need browser equivalents for tools they cannot install. These are the most useful:
JSON formatter — for cleaning up API responses without installing Postman or Insomnia. JSON Formatter.
Code diff checker — for comparing two pieces of code without installing WinMerge or Beyond Compare. Code Diff Tool.
Regex tester — for testing patterns without installing RegexBuddy. Regex Tester.
Cron expression generator — for building cron schedules without installing a Windows scheduler GUI. Cron Generator.
Try It Free — No Signup Required
Runs 100% in your browser. No data is collected, stored, or sent anywhere.
Open Free SQL FormatterFrequently Asked Questions
Does this work on a Windows machine where I cannot install software?
Yes. The formatter is a website that runs in your browser. It does not install anything. No admin password needed. Works on the most locked-down corporate Windows environments.
Will it work in Edge or do I need Chrome?
Both work. Edge is fully supported and is pre-installed on Windows 10 and 11. Chrome, Firefox, Brave, and Vivaldi all work too. Use whatever browser your IT team has approved.
Can I use this if my corporate firewall blocks tool sites?
Most corporate firewalls allow general-purpose websites by default. If yours blocks our domain specifically, you would need to request unblocking through IT, or save the page locally (File → Save Page As) and run the saved HTML file from your local drive.
How does this compare to Redgate SQL Prompt?
Redgate is the gold standard for SQL formatting on Windows and is worth the $269/year if you write SQL all day in SSMS. The browser tool is free and produces equivalent output for 95% of formatting tasks. Many developers use Redgate at the office and the browser tool elsewhere.
Does this work for SQL Server Management Studio specifically?
Yes — same workflow as any other SQL editor. Copy from SSMS, paste into the browser, format, copy, paste back into SSMS. About 10 seconds per query.

