Drupal 11: Everything You Need to Know
Whether you're a longtime Drupal developer, a site owner considering an upgrade, or just exploring your CMS options, Drupal 11 brings meaningful improvements that are worth understanding. This guide covers the full picture — what's new, what changed, how to upgrade, and why it matters for your digital presence.
What Is Drupal 11?
Drupal 11 is the latest major release of the open-source Drupal content management framework, officially released in August 2024. It builds on the strong foundation of Drupal 10 while modernizing the underlying technology stack, simplifying the developer experience, and improving performance across the board.
Unlike some major version jumps that feel like starting from scratch, Drupal 11 is a thoughtful evolution. If you're running Drupal 10 with reasonably maintained contributed modules, the path to Drupal 11 is more manageable than previous major upgrades.
What's New in Drupal 11?
Updated System Requirements
Drupal 11 raises the bar on core dependencies to keep up with modern PHP and database standards:
PHP 8.3+ required (PHP 8.1 and 8.2 are dropped)
Symfony 7 under the hood (up from Symfony 6)
MySQL 8.0+, MariaDB 10.6+, or PostgreSQL 16+
Drush 13 for command-line management
These updates mean better performance, improved security, and access to the latest PHP features.
Experimental Modules Promoted to Stable
One of the most exciting aspects of Drupal 11 is that several long-anticipated features have graduated from experimental to stable status:
Navigation module — A brand-new admin navigation sidebar that's cleaner, faster, and more intuitive than the classic Drupal toolbar. It's a significant UX improvement for editors and admins alike.
Automatic Updates — Drupal can now automatically apply security updates, reducing the window of vulnerability for sites that don't have active maintenance.
Project Browser — Allows site builders to browse, evaluate, and install contributed modules directly from within the Drupal admin UI — no more downloading modules manually or using Composer blind.
Performance Improvements
Drupal 11 includes meaningful under-the-hood performance gains:
Faster cache invalidation
Improved BigPipe rendering for logged-in users
Reduced memory footprint for anonymous page loads
Better asset aggregation and optimization
For high-traffic sites, these improvements can translate directly into lower server costs and faster page load times.
Deprecations and Removed Code
Every major release comes with cleanups. In Drupal 11, the core team removed legacy code that had been deprecated throughout the Drupal 10 lifecycle. The most notable removals include:
CKEditor 4 is fully gone — CKEditor 5 is now the only supported rich text editor
jQuery UI widgets have been removed from core
Claro becomes the sole default admin theme (Bartik and Seven are gone)
Stable9 base theme is removed; Starterkit is the recommended approach for custom themes
If your Drupal 10 site was already following best practices (using CKEditor 5, avoiding deprecated APIs), the upgrade to Drupal 11 will be largely painless.
The New Navigation Experience
The Navigation module deserves its own spotlight. For years, the Drupal admin toolbar was functional but dated. The new Navigation sidebar in Drupal 11 offers:
A collapsible left-sidebar layout
Grouped, contextual navigation that adapts to the current task
Faster access to content types, menus, taxonomy, and configuration
A noticeably more modern look that aligns with contemporary CMS expectations
Site builders and content editors will feel the difference immediately.
Automatic Updates: A Game Changer for Security
For small businesses and organizations that don't have dedicated Drupal maintenance, the Automatic Updates feature is a big deal. It allows Drupal core to receive security patches without requiring manual intervention.
Key things to know:
It works within a set of defined "safety rules" — it won't automatically apply updates it deems too risky
You can configure it to notify administrators before applying updates
It integrates with Drupal's readiness checks to verify your environment before updating
Major version upgrades (like jumping to Drupal 12 someday) still require manual action
This feature moves Drupal closer to the automatic security patching model that WordPress and other platforms have offered for years.
Project Browser: Install Modules Without Leaving the Admin UI
This is one of those features that sounds small but changes the workflow meaningfully. The Project Browser module — now stable in Drupal 11 — allows you to:
Search the full Drupal.org module catalog
Filter by category, compatibility, and maintenance status
Read module descriptions and review ratings
Install modules directly from the admin interface
For non-developers managing a Drupal site, this significantly lowers the barrier to extending functionality. For developers, it speeds up setup time on new builds.
Should You Upgrade From Drupal 10?
Short answer: Yes, and sooner rather than later.
Drupal 10's end-of-life is set for December 2025, which means security support will end. If you haven't started planning your Drupal 11 migration, now is the time.
Here's a realistic upgrade checklist:
Audit your contributed modules — Check that all installed modules have Drupal 11-compatible releases on Drupal.org
Check your custom code — Run drupal-check or use PHPStan with Drupal rules to flag deprecated API usage
Update PHP — Ensure your hosting environment supports PHP 8.3
Update your database — Confirm MySQL 8.0+, MariaDB 10.6+, or PostgreSQL 16+
Review your theme — If you're using a contrib theme, confirm it has a Drupal 11 release; if custom, test for deprecation warnings
Run the Upgrade Status module — This is the single best tool for assessing readiness
Test in a staging environment first — Always
For most well-maintained Drupal 10 sites, the upgrade process is measurably simpler than the Drupal 8 → 9 or 9 → 10 transitions were.
What About Drupal 7 Sites?
If you're still running Drupal 7, it reached its official end-of-life in January 2025. Vendors like Acquia and Pantheon are offering extended security coverage for a fee, but migrating to Drupal 11 should be a top priority.
A Drupal 7 to Drupal 11 migration is not an upgrade — it's a rebuild. The good news is that Drupal's Migrate APIprovides tooling to move content, users, taxonomy, files, and configuration, though custom work is typically required for complex sites.
Drupal 11 vs. WordPress: Is It Right for You?
Drupal 11 remains the stronger choice for:
Complex content architectures with multiple content types, relationships, and editorial workflows
Enterprise and government sites that require fine-grained access control and compliance
API-first / headless architectures — Drupal's JSON:API and GraphQL support is mature and robust
Multilingual sites — Drupal's built-in multilingual capabilities are best-in-class
High-security environments — Drupal's security team and patching track record is excellent
WordPress remains the better fit for simpler sites where the plugin ecosystem and lower learning curve are priorities.
Looking Ahead: The Drupal Starterkit Theme
For developers building custom themes on Drupal 11, the Starterkit theme is now the recommended starting point. Unlike older base themes (Classy, Stable), Starterkit generates a true standalone theme — you run a command, get a fully customizable copy of the starter code, and own it completely. There's no inheritance dependency to worry about.
bash
php core/scripts/drupal generate-theme my_theme --starterkitThis approach encourages cleaner, more maintainable custom themes going forward.
Key Takeaways
Drupal 11 is a focused, well-considered release that modernizes the platform without disrupting the core developer experience. The headline additions — the new Navigation sidebar, Automatic Updates, and Project Browser — make Drupal more accessible and easier to manage. The technical upgrades (PHP 8.3, Symfony 7) keep the platform on the cutting edge.
If you're on Drupal 10, start planning your upgrade now ahead of the December 2025 end-of-life. If you're on Drupal 7, the case for migrating has never been stronger.
Need help planning a Drupal 11 upgrade or migration? Contact the Ritner Digital team — we specialize in Drupal strategy, development, and long-term site health.
Frequently Asked Questions
Is Drupal 11 a big change from Drupal 10?
Drupal 11 is an evolutionary release rather than a ground-up rebuild. The biggest changes are updated system requirements (PHP 8.3, Symfony 7), the removal of deprecated code, and several long-awaited features graduating to stable — like the new Navigation sidebar, Automatic Updates, and Project Browser. If your Drupal 10 site was well-maintained, the upgrade path is relatively straightforward.
When was Drupal 11 released?
Drupal 11 was officially released in August 2024. It is the current stable major version of Drupal.
Is Drupal 11 free?
Yes. Drupal is open-source software licensed under the GPL. The core software is free to download and use. Costs come from hosting, development, and ongoing maintenance — not licensing fees.
Who uses Drupal?
Drupal powers some of the most complex and high-traffic websites in the world, including sites for NASA, the Australian government, Tesla, the University of Oxford, and thousands of nonprofits, media organizations, and enterprises globally.
Should I upgrade from Drupal 10 to Drupal 11?
Yes, and you should start planning now. Drupal 10 reaches end-of-life in December 2025, after which it will no longer receive security updates. Upgrading to Drupal 11 before that deadline keeps your site secure and supported.
How hard is the upgrade from Drupal 10 to Drupal 11?
For most well-maintained Drupal 10 sites, it is one of the smoother major version upgrades in Drupal's history. The main requirements are ensuring your contributed modules have Drupal 11-compatible releases, updating your PHP version to 8.3+, and resolving any deprecated API usage in custom code. The Upgrade Status module is the best tool for assessing readiness.
Can I upgrade directly from Drupal 7 to Drupal 11?
Not as a direct in-place upgrade. Drupal 7 to Drupal 11 is a migration, not an upgrade. Drupal's Migrate API provides tools to move your content, users, taxonomy, and files, but it typically requires custom development work — especially for complex sites. It's best approached as a planned rebuild project.
What happens if I stay on Drupal 7?
Drupal 7 reached its official end-of-life in January 2025 and no longer receives free security patches from the Drupal community. Some hosting providers offer paid extended security support, but this is a temporary stopgap. Staying on Drupal 7 long-term exposes your site to significant security risk.
What is the Upgrade Status module?
Upgrade Status is a free contributed module that scans your Drupal site and reports on whether your installed modules, themes, and custom code are compatible with the next major version of Drupal. It's the recommended first step when planning any Drupal major version upgrade.
What PHP version does Drupal 11 require?
Drupal 11 requires PHP 8.3 or higher. PHP 8.1 and 8.2 are no longer supported.
What database does Drupal 11 support?
Drupal 11 supports MySQL 8.0+, MariaDB 10.6+, and PostgreSQL 16+. SQLite is also supported for development and testing environments.
What is the new Navigation module in Drupal 11?
The Navigation module introduces a redesigned admin sidebar that replaces the traditional Drupal toolbar. It offers a collapsible left-side layout, better grouping of admin tasks, and a significantly more modern user experience for editors and administrators.
What happened to CKEditor 4 in Drupal 11?
CKEditor 4 has been fully removed. CKEditor 5 is now the only supported rich text editor in Drupal core. If you were still using CKEditor 4 on Drupal 10, migrating your text editor configuration is a required step before upgrading.
What is the Starterkit theme in Drupal 11?
Starterkit is the recommended approach for building custom themes in Drupal 11. Rather than extending a base theme like the old Classy or Stable, you generate a standalone copy of the Starterkit code using a Drush command, then customize it freely. This results in cleaner, more maintainable custom themes with no base theme dependency.
Does Drupal 11 support headless / decoupled architecture?
Yes. Drupal 11 has strong built-in support for headless and decoupled setups through its JSON:API module (included in core) and the contributed GraphQL module. Drupal is widely used as a headless CMS powering React, Next.js, and other front-end frameworks.
What is the Project Browser in Drupal 11?
Project Browser is a stable feature in Drupal 11 that allows you to search, evaluate, and install contributed modules directly from within the Drupal admin interface — without needing to use Composer or the command line. It's particularly useful for site builders and non-developer admins.
What are Automatic Updates in Drupal 11?
Automatic Updates is a stable core feature that allows Drupal to automatically apply security patches without manual intervention. It includes readiness checks to verify your environment before updating and can be configured to notify administrators rather than apply updates silently. Major version upgrades still require manual action.
What hosting does Drupal 11 work on?
Drupal 11 works on any hosting environment that supports PHP 8.3+ and a compatible database. Popular managed Drupal hosting options include Acquia, Pantheon, and Platform.sh. Many standard VPS and cloud hosting providers also support Drupal 11 without issue.
Do I need a developer to run a Drupal 11 site?
It depends on complexity. For simpler sites, a technically comfortable non-developer can manage content, install modules via Project Browser, and handle routine maintenance. For anything involving custom functionality, theme development, performance optimization, or major upgrades, working with an experienced Drupal developer or agency is strongly recommended.
How often does Drupal release security updates?
The Drupal security team releases patches on the third Wednesday of each month as part of a regular schedule, with out-of-cycle releases for critical vulnerabilities. Drupal has a strong track record for responsive and transparent security patching.
How long will Drupal 11 be supported?
Drupal 11 will be supported until Drupal 12 is released and the community transitions to the new version. Drupal now follows a more predictable release cadence with major versions expected roughly every two years. Drupal 12 is anticipated around 2026.
Have more questions about Drupal 11 or need help with an upgrade or migration? Get in touch with the Ritner Digital team — we're happy to help.