Skip to main content

Drupal 11.4.0: What's New and Why It Matters for Your Site

  • Calendar Icon August 31, 2026
  • |
  • Last updated: August 31, 2026
  • Drupal 11.4.0 shipped on July 1, 2026 as the fourth feature release of Drupal 11. The release announcement called it 'arguably the biggest performance improvement of the decade' — notably, the same phrase was used for Drupal 11.3. The difference is that Drupal 11.4 builds on top of 11.3's improvements, compounding them.

    For organizations running Drupal 11, this is a low-risk minor upgrade that delivers measurable speed improvements, tightens security, and positions the site well for Drupal 12 arriving the week of December 7, 2026. For organizations still on Drupal 10 or older versions, 11.4 is one more reason to plan the migration now rather than later.

    Performance: The Numbers That Actually Matter

    Database and Cache Lookups

    This is the headline improvement. On a completely cold cache, Drupal 11.4 executes just over one-third of the database and cache lookups that Drupal 11.0 or 10.6 required for the same requests. Compared to Drupal 11.3 specifically, database queries are cut roughly in half.

    The optimization reaches several core paths: entity loading, entity listing, site installation, translation handling, and rendered navigation. The work comes from a team of 26 contributors working on 57 issues since January 2026.

    What This Means Practically

    Fewer database lookups mean faster page loads, lower server load, and better performance under traffic spikes. For sites where hosting costs scale with database query volume, the reduction is also a direct cost saving. Google's Core Web Vitals metrics — which are ranking signals — directly benefit from faster server response times.

    JS and CSS Compression

    Drupal 11.4 delivers 15–25% better compression of JavaScript and CSS assets where Brotli is supported. Brotli is already supported by all major browsers and most modern hosting environments. The improvement applies without any configuration changes for sites already using Brotli-capable hosting.

    Translation Handling

    For multilingual sites, Drupal 11.4 delivers a significant improvement. A test site using 66 projects and 38 languages showed translation update checks running 87% faster than in Drupal 11.3. The Locale module API has been refactored to object-oriented code, making future improvements easier.

    Recipe-Based Installation

    Recipe-based site installation, including Drupal CMS setup, is now twice as fast. For agencies setting up new sites regularly, this is a meaningful reduction in project setup time.

    New Features in Drupal 11.4.0

    Native Command Line Interface

    Drupal 11.4 ships a native CLI for the first time. Previously, command-line site management required Drush as a separate dependency. The native CLI provides a built-in option for common administrative tasks, reducing external dependencies.

    PHP Attribute-Based Routing

    Developers can now define routes directly within controller classes using PHP attributes, rather than in separate YAML files. This reduces configuration overhead, keeps routing definitions closer to application logic, and aligns Drupal with modern PHP development practices.

    Improved Password Hashing

    Drupal 11.4 upgrades to argon2id password hashing, the current recommended standard. This is a security improvement that applies automatically to new passwords. Existing passwords are rehashed when users log in.

    New Experimental Gin Admin Theme

    The Gin admin theme, which offers a modernized content editing experience, is now available as an experimental option in core. Organizations that have been using Gin as a contributed module can now evaluate the core version.

    Symfony Runtime Integration

    Drupal 11.4 integrates the Symfony Runtime component, separating bootstrapping logic from request handling. This is primarily a developer-facing change that also enables better future integration with FrankenPHP, a modern PHP application server.

    What Removed or Changed in 11.4

    Drupal 11.4 is a minor release that preserves backward compatibility for public APIs, meaning most standard sites can upgrade without breaking changes. However, there are a few notable changes:

    • The Article and Page content types have been removed from the Standard install profile. New sites using Standard must configure their own content types. This does not affect existing sites.

    • The robots.txt file now blocks search result pages with query parameters from being crawled by search engines — a SEO improvement that prevents duplicate content issues.

    • Internal APIs and experimental modules may have changes. Contributed and custom modules using these may need updates.

    • The Migrate Drupal module is deprecated in 11.4 and will be removed in Drupal 12. Sites that have not yet migrated from Drupal 7 should plan to complete migration before Drupal 12 ships.

    Security Coverage

    Drupal 11.4.x will receive security support until June 2027. Drupal 11.3.x will continue to receive security support until December 2026.

    For context: Drupal 10 reaches end of life December 9, 2026. Drupal 11.5, scheduled for the week of December 7, 2026 alongside Drupal 12, will be a Long Term Support release with Drupal 11 support expected through end of 2028.

    Should You Upgrade to Drupal 11.4.0?

    For sites already on Drupal 11: yes, and soon. The performance improvements are real and measurable, the security improvements are meaningful, and the upgrade is low-risk. BinaryWorks puts it clearly: 'For most organizations already on Drupal 11, it is worth scheduling now.'

    For sites on Drupal 10: upgrading to 11.4 directly is the right path. Drupal 10 reaches end of life December 9, 2026. A migration to Drupal 11.4 now means security coverage through June 2027 and a straightforward path to Drupal 11.5 LTS.

    For sites on Drupal 7, 8, or 9: 11.4 is the current recommended migration target. The migration paths from Drupal 6 and 7 to Drupal 11 will remain supported throughout Drupal 11's release cycle. Drupal 12 will remove the Migrate Drupal module from core, making migration easier now than it will be after December 2026.

    Drupal Version Performance Comparison

    VersionDB/Cache Lookups (cold cache)Security SupportRecommended?
    Drupal 7Baseline (2009 architecture)EOL January 5, 2025No — migrate now
    Drupal 8N/AEOL November 2021No — migrate now
    Drupal 9N/AEOL November 2023No — migrate now
    Drupal 10100% (baseline)EOL December 9, 2026No — migrate to 11
    Drupal 11.0100% (same as 10)SupersededNo — upgrade to 11.4
    Drupal 11.3~50% of 11.0Until December 2026Upgrade to 11.4
    Drupal 11.4~33% of 11.0/10Until June 2027 ✅Yes — current recommended

    Common Questions — Answered Directly

    When was Drupal 11.4.0 released?

    Drupal 11.4.0 was released July 1, 2026. The current latest patch release is Drupal 11.4.2, released July 10, 2026, which fixed two regressions in the update path from 11.3.x or 10.6.x.

    How much faster is Drupal 11.4 than 11.3?

    Database queries in Drupal 11.4 are roughly half of what Drupal 11.3 required for the same requests. Compared to Drupal 11.0 or 10.6, Drupal 11.4 uses just over one-third of the database and cache lookups on a cold cache. Translation handling is 87% faster for multilingual sites.

    Is Drupal 11.4 safe to use on production sites?

    Yes. Drupal 11.4 is a feature minor release ready for production use. It preserves backward compatibility for public APIs, meaning most standard sites can upgrade without breaking changes. The Drupal.org release page confirms it is ready for production sites.

    How long will Drupal 11.4 receive security updates?

    Drupal 11.4.x will receive security support until June 2027. Drupal 11.5, the Long Term Support release arriving December 2026 alongside Drupal 12, will extend Drupal 11 security support through end of 2028.

    Should I upgrade to Drupal 11.4 or wait for Drupal 12?

    Upgrade to Drupal 11.4 now. Drupal 12 is scheduled for the week of December 7, 2026. Running a production site on a brand new major .0 release immediately after launch carries risk — contributed modules won't all be tested yet. Drupal 11.4 is stable, secure through June 2027, and positions you well for Drupal 11.5 LTS arriving alongside Drupal 12.

     

    Still on Drupal 7, 8, 9, or 10? Drupal 11.4 is the right migration target — and December 9, 2026 is the deadline that makes the timing real. We audit before we quote. Full module inventory, integration check, clear upgrade path — before anyone starts billing. You know exactly what’s involved before you commit to anything. Free audit. Migration from $25. No surprises.

    Get your free Drupal audit → drupalify.com/contact

    Author Image
    Dixit Patel
    Web Developer & Blogger

    I write about web development, programming tips, and Drupal Commerce solutions. Follow me for tech tutorials and updates.