Skip to content

Commit 91d5fb8

Browse files
DanailHsiriwatknp
authored andcommitted
[blog] Blogpost for upcoming price changes for MUI X (mui#47748)
1 parent 67acb51 commit 91d5fb8

3 files changed

Lines changed: 87 additions & 0 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import TopLayoutBlog from 'docs/src/modules/components/TopLayoutBlog';
2+
import { docs } from './2026-MUI-X-price-changes.md?muiMarkdown';
3+
4+
export default function Page() {
5+
return <TopLayoutBlog docs={docs} />;
6+
}
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
---
2+
title: 'Upcoming Changes to MUI X Pricing and Licensing in 2026'
3+
description: MUI X pricing and licensing is being updated to reflect product value and support continued investment in the ecosystem.
4+
date: 2026-03-01T08:00:00.000Z
5+
authors: ['raffaellaluzi']
6+
tags: ['MUI X']
7+
manualCard: false
8+
---
9+
10+
Starting **April 8, 2026**, we're introducing updates to MUI X pricing and licensing. These changes are designed to give teams more flexibility as they scale, expand licensing options to suit a wider variety of customers, and ensure we can continue investing in the long-term future of the MUI ecosystem.
11+
12+
## 🔄 Summary of changes
13+
14+
Changes include:
15+
16+
- Updated pricing for MUI X Pro and MUI X Premium
17+
- Introduction of application-based licensing for Pro and Premium
18+
- Enterprise plan remains multi-application (minimum 15 seats)
19+
- Priority support available only to Enterprise customers
20+
- Security questionnaires and custom agreements available for orders above $12,000 USD
21+
- Premium self-service for purchases of up to 15 seats
22+
- Grandfathering for existing **v8 license renewals**
23+
24+
## Why we're updating pricing
25+
26+
MUI X has grown significantly since its early days. While the MUI X Pro plan has evolved over the years, its pricing per developer has not significantly changed since it was first introduced in 2020—despite major feature additions, performance improvements, and ongoing maintenance.
27+
28+
As a result, this new pricing brings Pro closer in line with the value teams receive today, and allowing us to sustainably support its future development.
29+
30+
This post breaks down everything you need to know about the changes. You can also head directly to [the updated pricing page](https://next.mui.com/pricing/) for a thorough feature comparison.
31+
32+
## Grandfathering current customers
33+
34+
We value our loyal customers and want to ensure a smooth transition:
35+
36+
- Customers renewing existing **v8 licenses** or adding seats to v8 licenses are **not affected** by these pricing changes.
37+
- Only customers upgrading to **v9** or moving from **Pro to Premium** will be affected.
38+
39+
If you're unsure how this applies to your team, please reach out to us at **sales@mui.com** and we'll be happy to clarify.
40+
41+
## What's changing in licensing
42+
43+
### Application-based licensing for Pro and Premium
44+
45+
MUI X Pro and Premium are moving to an **application-based licensing model**, giving teams more control over how licenses are used across projects.
46+
47+
- Each developer must still be licensed, but you can now choose between **single-application** and **multi-application** licenses.
48+
- The Enterprise plan is always **multi-application** and starts at a minimum of 15 seats.
49+
50+
## Support updates
51+
52+
Alongside pricing changes, we're updating how support is structured:
53+
54+
- Priority support is no longer available as a Premium add-on and will be exclusive to Enterprise customers.
55+
- We will only respond to security questionnaires and provide custom agreements (including reviewing company-specific purchasing terms) for orders of **$12,000 and above** across all plans.
56+
- MUI X Premium will be self-service for purchases of up to 15 seats. Purchase orders or email-based requests will only be accepted starting at 15 seats of MUI X Premium.
57+
- All other purchases must be completed directly on our website.
58+
59+
## Pricing breakdown
60+
61+
For a detailed overview of the new pricing structure, please visit [the updated pricing page](https://next.mui.com/pricing/).
62+
63+
## What's next
64+
65+
We'll be sharing exciting roadmap updates for **MUI X v9**—including version alignment between Material UI and MUI X—on our blog in the coming months.
66+
67+
We're deeply thankful for the continued support from our community and customers. These pricing updates allow us to keep pushing MUI X and the broader MUI ecosystem in ambitious new directions, while staying true to our open-source roots.
68+
69+
If you have questions about these changes or want help choosing the right plan, please reach out to our team at **sales@mui.com**.
70+
71+
Thank you for building with us 💙

docs/src/modules/components/TopLayoutBlog.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,16 @@ export const authors = {
160160
avatar: 'https://avatars.githubusercontent.com/u/159806370',
161161
github: 'nadjakovacev',
162162
},
163+
raffaellaluzi: {
164+
name: 'Raffaella Luzi',
165+
avatar: 'https://avatars.githubusercontent.com/u/136349774',
166+
github: 'rluzists1',
167+
},
168+
bernardobelchior: {
169+
name: 'Bernardo Belchior',
170+
avatar: 'https://avatars.githubusercontent.com/u/12778398',
171+
github: 'bernardobelchior',
172+
},
163173
};
164174

165175
const classes = {

0 commit comments

Comments
 (0)