Notepad on Windows has always been a barebones tool for the most basic of things. It's something that people oddly love about the tool. However, Microsoft has recently added table creation support to Notepad on Windows 11, which means you can now add tables to text documents in Notepad. The feature is currently only available in Notepad version 11.2510.6.0, currently available through the Windows Insider Program, and includes both a graphical table-insertion tool and compatibility with Markdown table syntax.

Takeaways:

  1. How do you add tables to Notepad documents on Windows 11
  2. Where is the option to add tables to Notepad on Windows 11

Why Did Microsoft Add Table to AI?

While it's not something that people have actually asked for, Microsoft has recently added the option to add tables to Notepad on Windows 11. It's not exactly a feature that people saw coming, but it seems to be lightweight and not interfere with Notepad's primary purpose of being a super lightweight program to create.txt files and other system files. I personally don't mind the new addition but a lot of people have been pretty annoyed about it.

Adding Tables in Notepad on Windows 11

As of version 11.2510.6.0, table support is limited to devices running preview builds of Windows 11 through the Windows Insider Program. Microsoft has not yet confirmed when this feature will reach all users in the stable channel. Given its utility and the broader push to enhance built-in Windows applications, general availability is likely, but timing remains uncertain.

How to Create Tables in Notepad on Windows 11

The most direct method to create a table uses the built-in formatting tools.

  • After launching Notepad, the toolbar includes a Table button that opens a selector for defining your table’s structure. You can choose the number of rows and columns before inserting it into the document. The same options are available through the Table menu, which also contains additional editing controls.

How to Create Tables in Notepad for Windows 11

  • Once the table is inserted, you can type into each cell as you would in a lightweight editor. Notepad’s implementation is intentionally simple, but it supports fundamental editing actions. By opening the Editing Table submenu, you can insert new rows or columns, delete selected table elements, and automatically resize column widths to fit the window. These controls make the tables adaptable enough for quick note structuring without overwhelming the interface.

How to Create Tables in Notepad for Windows

Using Markdown Syntax

For users who prefer or already rely on Markdown, Notepad now recognises standard Markdown table formatting. This allows tables to be typed manually using pipes and dashes. Notepad will switch seamlessly between formatted view and Markdown view, making it easy to learn or refine Markdown techniques. You can begin by inserting a table visually and then switching views to study the corresponding Markdown structure.

Create Tables in Notepad for Windows