Microsoft Enhances Paint App and Notepad with New Features in Windows 11

Microsoft Enhances Paint App and Notepad with New Features in Windows 11
source: gettyimages
September 18, 2025

Microsoft has been progressively upgrading its Paint app for Windows 11, introducing features like dark mode, transparency, layers, and AI-powered image creation. The latest updates include two major Photoshop-like features and improvements aimed at boosting user productivity.

Save Paint Projects as Editable Files

Soon, users will be able to save their artwork as a project file in Paint, similar to a Photoshop Document (.PSD). These new Paint project files will have the `.paint` extension and will preserve layers within the file, allowing for seamless editing later. Currently, these features are being tested with Windows Insiders in the Dev and Canary Channels.

> “You can now save your creation as an editable Paint project file and seamlessly pick up where you left off,” — Dave Grochocki, Principal Product Manager Lead for Microsoft’s Windows Inbox Apps

Opening a `.paint` file will launch the project right where you stopped, making it easier to work on complex projects over multiple sessions.

Enhanced Transparency with Opacity Sliders

Microsoft is also adding opacity sliders for the pencil and brush tools in Paint. Users can select their preferred tool and adjust transparency dynamically via a slider on the left side of the canvas, offering more control over their artwork.

Improved Snipping Tool with Quick Markup

For those who frequently take screenshots, Microsoft is enhancing the Snipping Tool in Windows 11. The new quick markup feature streamlines annotating screenshots, providing tools like highlighter, pen, and eraser, along with a straightforward way to re-crop images for better precision.

AI-Powered Features in Notepad

Microsoft is incorporating AI functionalities into Notepad for Copilot Plus PC users. These include write, summarization, and rewrite tools, which are available at no extra cost and do not require a Microsoft 365 subscription. Users can switch effortlessly between local and cloud AI models depending on their needs, thanks to local models powering these features on Copilot Plus devices.

> “You can seamlessly switch between local and cloud models based on your needs,” — Grochocki

These updates reflect Microsoft's ongoing commitment to enhancing productivity and creativity features across its Windows ecosystem, making everyday tools more powerful and versatile.

---

Follow topics and authors to stay updated on the latest Windows and Microsoft features.

Related links

By submitting, I confirm I have the right to share this link and I agree to link back to this article from the submitted page. Duplicate URLs are rejected. Up to 5 links per page.

GraphQL · 141 ms
query Q($id: Int!, $domain: Int!, $srcId: Int!, $hasSrc: Boolean!, $hasSelf: Boolean!) {
  self: qa_ai(where: {id: {_eq: $id}}, limit: 1) @include(if: $hasSelf) { id title text date }
  linksarticle: qa_ai(where: {domain: {_eq: $domain}, id: {_neq: $id}}, order_by: {id: desc}, limit: 8) { id title }
  linksbottom: qa_ai(where: {domain: {_neq: $domain}, id: {_lt: $id}}, order_by: {id: desc}, limit: 3) { id title domain }
  source: qa_ai(where: {id: {_eq: $srcId}}, limit: 1) @include(if: $hasSrc) { id title }
}
{
  "id": 6643879,
  "domain": 7,
  "srcId": 0,
  "hasSrc": false,
  "hasSelf": true
}