Notepad on Windows 11 has quietly grown up. What was once a bare-bones plain-text editor has evolved into a lightweight rich-text app that can now handle structured content far better than most users realize.
Starting with Notepad version 11.2510.6.0, Microsoft introduced real table support. This means you can now create proper grids with rows and columns directly inside Notepad—perfect for lists, trackers, logs, and simple comparisons—without jumping to Word or Excel.
If you’ve ever opened Excel just to drop text into a grid with no formulas, this update is going to feel like a small but meaningful upgrade to your daily Windows workflow.
Check If Your Version of Notepad Supports Tables
Table support is available starting with Notepad version 11.2510.6.0 on Windows 11. The feature first appeared for Windows Insiders in the Canary and Dev channels and is now rolling out more broadly.
To verify the Notepad version you’re running:
- Open Notepad.
- Click the three-dot menu in the title bar.
- Open the About or App details section.
- Confirm the version number.
If your version is older, update Notepad from the Microsoft Store. Search for Windows Notepad and install any available updates from its product page.
Once updated, you’ll see new formatting controls in the toolbar, including table options.
How Tables Work in Notepad on Windows 11
Notepad tables are designed for lightweight structure, not spreadsheet-level complexity. You get clean rows and columns, basic formatting, and easy editing—but no formulas or data automation.
This makes tables ideal for:
- Task lists and trackers
- Reading or viewing logs
- Simple inventories
- Side-by-side comparisons
- Structured notes that still live in a text file
Core Ways to Insert a Table in Notepad
Windows 11 Notepad gives you three different entry points for creating tables, depending on how precise or fast you want to be.
Create a Table Using the Toolbar Grid
This is the fastest way to insert a small table.
- Open Notepad and place the cursor where the table should appear.
- In the formatting toolbar, select the Table button.
- A small grid selector appears.
- Move your mouse across the grid to choose the number of columns (horizontal) and rows (vertical).
- Click to insert the table.
Notepad immediately drops a formatted grid into your document, and you can start typing into each cell right away.
This method works best for quick layouts like 3×4 or 5×2 tables.
Create a Table Using the “Insert Table” Dialog
When you need more control over table size, the dialog option is the better choice.
- Open Notepad and place the cursor where the table should go.
- Select the Table button in the toolbar.
- Choose Insert table.
- Enter the exact number of columns and rows.
- Select Insert.
Notepad creates a table with the precise dimensions you specified, making this method ideal for larger or more structured layouts.
Insert a Table Using the Right-Click Menu
If you prefer working with the mouse or already have your cursor positioned correctly, the context menu is convenient.
- Open Notepad.
- Right-click where the table should start.
- Choose Insert table.
- Enter the number of columns and rows.
- Select Insert.
The table appears inline at the cursor position without needing to touch the toolbar.
Create Tables Using Markdown Syntax
Notepad’s formatting engine also understands Markdown-style tables, which is useful if you prefer keyboard-only workflows or want text that stays portable across editors.
Example:
| Name | Age |
| ----- | --- |
| Alex | 30 |
| Jamie | 27 |
With formatting enabled, Notepad automatically renders this as a clean table while keeping the underlying Markdown intact. You can also create a table visually and switch views to see the equivalent Markdown syntax.
This makes Notepad a surprisingly good tool for Markdown-friendly notes.
Edit an Existing Table Using the Toolbar
Once a table is inserted, Notepad exposes additional controls through the Table button.
- Click anywhere inside the table.
- Select the Table button.
- Choose Edit table.
From here, you can:
- Insert rows or columns relative to the cursor
- Select a row, column, or the entire table
- Delete rows, columns, or the full table
- Fit columns to the window width for cleaner layout
Text formatting options such as bold, italic, underline, bullet points, and hyperlinks work inside table cells just like regular text.
Edit or Delete Tables Using the Right-Click Menu
Most table controls are also available through the context menu.
- Right-click inside any table cell.
- Select Edit table.
- Choose the action you want—insert, delete, select, or resize.
This is especially useful for quick structural changes while typing.
What Tables in Notepad Can and Cannot Do
Notepad tables are intentionally simple. Here’s what you can expect.
Supported:
- Insert and delete rows and columns
- Select rows, columns, or entire tables
- Fit columns to window width
- Rich text inside cells
- Markdown-compatible table syntax
Not supported:
- Cell merging or spanning
- Formulas or calculations
- Sorting or filtering like Excel
The feature is meant for structured text, not spreadsheet logic.
Disable Formatting and Table Features (Optional)
If the expanded toolbar feels too busy, you can turn formatting off entirely.
Open Notepad Settings from the app menu and look for the option that controls formatting features. Disabling it hides tables, bold text, bullet lists, and returns Notepad closer to its classic plain-text behavior.
This flexibility lets you choose between modern and minimal, depending on how you use Notepad.
Final Thoughts
Tables change how Notepad fits into a Windows 11 workflow. It’s no longer just a scratchpad for raw text—it’s now capable of handling structured information quickly and with almost no friction.
If you frequently open Excel or Word just to organize text into rows and columns, letting Notepad handle that job will often feel faster, lighter, and more natural. For many everyday tasks, it’s now the simplest tool that gets the job done.