---
title: "Bootstrap Version Statistics: 87.3% Run Unsupported Versions"
url: https://www.suffdigital.com/resources/data-studies/outdated-bootstrap-websites
description: "Bootstrap version statistics: 87.3% of sites showing a version run Bootstrap 4 or older, and Bootstrap 3 still runs on 1,001,551 homepages. See the data."
lang: en
---

Share

Share on X: https://twitter.com/intent/tweet?url=https%3A%2F%2Fwww.suffdigital.com%2Fresources%2Fdata-studies%2Foutdated-bootstrap-websites&text=87.3%25%20of%20Websites%20Using%20Bootstrap%20Run%20a%20Version%20That%20No%20Longer%20Gets%20Updates
Share on Facebook: https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.suffdigital.com%2Fresources%2Fdata-studies%2Foutdated-bootstrap-websites
Share on LinkedIn: https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fwww.suffdigital.com%2Fresources%2Fdata-studies%2Foutdated-bootstrap-websites
Share on Reddit: https://www.reddit.com/submit?url=https%3A%2F%2Fwww.suffdigital.com%2Fresources%2Fdata-studies%2Foutdated-bootstrap-websites&title=87.3%25%20of%20Websites%20Using%20Bootstrap%20Run%20a%20Version%20That%20No%20Longer%20Gets%20Updates

**87.3%** of websites that show their Bootstrap version run Bootstrap 4 or older, versions that no longer receive fixes. Bootstrap 3, unsupported since July 2019, is still the most common version, on 1,001,551 homepages.

Analysis of 2,184,137 homepages with a readable Bootstrap version · the public HTTP Archive crawl of 15.5 million websites, September 2026

## Key Findings

1. 1. **87.3%** of websites that show their Bootstrap version run Bootstrap 4 or older, versions that no longer receive fixes, against 12.7% on the supported Bootstrap 5. Copy stat
2. 2. Bootstrap 3, unsupported since July 2019, still runs on **45.9%** of websites that show their Bootstrap version, 1,001,551 homepages. Copy stat
3. 3. Bootstrap 4, unsupported since January 2023, runs on **39.5%** of websites that show their Bootstrap version, 861,771 homepages. Copy stat
4. 4. The 10,000 most visited websites run unsupported Bootstrap **86.8%** of the time, almost the same as the 87.5% of websites outside the top 10 million. Copy stat
5. 5. Unsupported Bootstrap runs on **12.3%** of all 15.5 million website homepages, and 42,495 homepages still load Bootstrap 2 or older. Copy stat

## Summary

A business launched its website in 2017 on a Bootstrap 3 theme. The site still looks fine, the menus open and the forms send. But the framework under it stopped receiving fixes in July 2019, and the jQuery version it depends on has known security flaws. Nobody has touched the front end since launch, because nothing looked broken.

Bootstrap is a framework, a package of ready-made design and code, that websites use for layouts, menus, buttons, pop-ups and sliders. It is one of the most widely used front-end tools on the web. Like any software, each major version gets fixes for a set period and then reaches end of life, the point where its developers stop releasing updates, including security fixes.

Almost nine in ten websites that show their Bootstrap version are past that point. **87.3%** run Bootstrap 4 or older, and Bootstrap 3, unsupported for seven years, is still the single most common version at 45.9%. Only 12.7% run the supported Bootstrap 5. Unlike most maintenance problems, this one barely changes with site size: the most visited websites are almost exactly as likely to run old Bootstrap as the smallest.

## What we measured

We used the public HTTP Archive crawl of September 2026, which records the Bootstrap version loaded on each website homepage where the version can be read. 2,184,137 homepages load Bootstrap and show which version. We counted those on a major version below 5 and grouped websites by popularity using Google's Chrome UX Report.

A Bootstrap version is unsupported when its developers no longer release fixes for it. Bootstrap 3 reached end of life in July 2019 and Bootstrap 4 in January 2023, so both count as unsupported, along with Bootstrap 2 and older. Bootstrap 5 is the supported version. "The top 10,000" are the 10,000 most visited websites in Chrome's ranking.

## Bootstrap 3 is still the most common version

45.9%

of websites that show their Bootstrap version still run Bootstrap 3, seven years after it lost support.

More websites run Bootstrap 3 than Bootstrap 4, and both far outnumber Bootstrap 5. Bootstrap 3 runs on 1,001,551 homepages and Bootstrap 4 on 861,771, against 278,320 on Bootstrap 5. A further 42,495 homepages load Bootstrap 2 or older.

Websites that show their Bootstrap version by bootstrap version

Bootstrap 5 (supported)

12.7%

Bootstrap 4 (unsupported since January 2023)

39.5%

Bootstrap 3 (unsupported since July 2019)

45.9%

Bootstrap 2 or older

1.9%

Source: Suff Digital analysis of 2,184,137 homepages with a readable Bootstrap version · the public HTTP Archive crawl of 15.5 million websites, September 2026

The reason so many sites stay behind is the size of the upgrade. Moving from Bootstrap 3 or 4 to Bootstrap 5 changes the names of the building blocks a site's pages use and drops jQuery entirely, so every template and every custom script has to be checked. It is closer to a front-end rebuild than an update, and most owners put it off until their next redesign.

## The most visited websites are just as far behind

For most maintenance problems, large websites with bigger teams do better. Bootstrap is the exception. The share of websites running unsupported Bootstrap sits between 83.8% and 87.5% at every level of popularity, and the 10,000 most visited websites are at 86.8%.

Websites running unsupported Bootstrap by website popularity

Top 10,000

86.8%

10k to 100k

84.5%

100k to 1 million

83.8%

1 million to 10 million

87.5%

Beyond the top 10 million

87.5%

All websites

87.3%

That flat line shows the problem is not a lack of resources. Popular websites carry years of templates built on Bootstrap 3 or 4, and rebuilding them costs more the bigger the site is. Small websites, meanwhile, often run on a theme that was built on an older Bootstrap and never updated by its developer.

## The risk sits in the JavaScript

The danger in old Bootstrap is its JavaScript components, the code behind pop-ups, dropdown menus, tooltips and sliders, and the jQuery they depend on. Bootstrap 3 and 4 both require jQuery, and in a separate Suff Digital study, 36.1% of websites that show their jQuery version run one with known security flaws. A site on old Bootstrap is likely to be carrying old jQuery with it.

Unsupported Bootstrap runs on 12.3% of all 15.5 million website homepages, a large share of the web whose front end has not been rebuilt in years. Each of those sites depends on code that will not be fixed if a new flaw is found.

## What this means for site owners and developers

Check which Bootstrap version your site loads: a free online scanner that lists JavaScript libraries will show it, or your developer can check the theme files. If it is Bootstrap 3 or 4, make sure the jQuery your site loads is 3.5.0 or newer, which closes the best-known flaws while you plan the larger upgrade.

Next, reduce what you load. Remove Bootstrap JavaScript components your pages do not use, and start testing with the pages that carry forms, menus and sliders, since those rely most on Bootstrap's JavaScript.

Then put the move to Bootstrap 5, or to a modern theme that uses it, on the plan for your next rebuild, and treat it as part of the project rather than an afterthought. Our website redesign services (https://www.suffdigital.com/services/web-design/website-redesign) rebuild older front ends on current, supported frameworks without losing the pages and rankings a site already has.

## Embed this research

Paste this on your site to embed the charts. It links back to the source automatically.

<iframe id="sd-outdated-bootstrap-websites" src="https://www.suffdigital.com/embed/data-studies/outdated-bootstrap-websites" width="100%" height="600" style="width:100%;border:1px solid #E5E7EB;border-radius:12px" loading="lazy" title="87.3% of Websites Using Bootstrap Run a Version That No Longer Gets Updates - Suff Digital"></iframe>
<script>window.addEventListener("message",function(e){if(e&&e.data&&e.data.sdEmbed==="outdated-bootstrap-websites"&&e.data.height){var f=document.getElementById("sd-outdated-bootstrap-websites");if(f){f.style.height=e.data.height+"px";}}});</script>
<p style="font:14px/1.5 system-ui,sans-serif">Source: <a href="https://www.suffdigital.com/resources/data-studies/outdated-bootstrap-websites">87.3% of Websites Using Bootstrap Run a Version That No Longer Gets Updates - Suff Digital</a></p>

## Cite this study

APA

Suff Digital. (2026). 87.3% of Websites Using Bootstrap Run a Version That No Longer Gets Updates. https://www.suffdigital.com/resources/data-studies/outdated-bootstrap-websites

Plain link

87.3% of Websites Using Bootstrap Run a Version That No Longer Gets Updates - Suff Digital - https://www.suffdigital.com/resources/data-studies/outdated-bootstrap-websites

## Frequently asked questions

### How many websites use an old Bootstrap version?

### Which Bootstrap version is most common?

### Is old Bootstrap a security risk?

### Do popular websites use newer Bootstrap?

## Related studies

- Website Maintenance Nearly 3 in 10 Websites Load a JavaScript Library With a Known Security Flaw: https://www.suffdigital.com/resources/data-studies/vulnerable-javascript-libraries
- Website Maintenance 83% of PrestaShop Websites Showing a jQuery Version Run One With Known Flaws vs 36.1% Web-Wide: https://www.suffdigital.com/resources/data-studies/outdated-jquery-websites
- Website Maintenance 48.1% of Websites That Show Their PHP Version Run One With No Security Fixes: https://www.suffdigital.com/resources/data-studies/end-of-life-php-versions
- Website Maintenance 27% of Drupal Websites Run a Version That No Longer Gets Security Fixes: https://www.suffdigital.com/resources/data-studies/drupal-version-health

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "@graph": [
      {
        "@type": "Organization",
        "@id": "https://www.suffdigital.com/#organization",
        "name": "Suff Digital",
        "alternateName": "Suff Digital Marketing",
        "url": "https://www.suffdigital.com/",
        "logo": {
          "@type": "ImageObject",
          "@id": "https://www.suffdigital.com/#logo",
          "url": "https://www.suffdigital.com/logo.png",
          "contentUrl": "https://www.suffdigital.com/logo.png",
          "caption": "Suff Digital"
        },
        "image": {
          "@id": "https://www.suffdigital.com/#logo"
        },
        "description": "Suff Digital is a full-stack digital marketing agency that turns websites into predictable revenue engines, SEO, paid media, content, CRO, and web design built around revenue, not vanity metrics.",
        "slogan": "Digital marketing built for what's next.",
        "email": "hello@suffdigital.com",
        "telephone": "+1-629-236-0099",
        "foundingDate": "2022",
        "founder": {
          "@type": "Person",
          "name": "Matt Suffoletto",
          "jobTitle": "Founder & CEO"
        },
        "contactPoint": [
          {
            "@type": "ContactPoint",
            "telephone": "+1-629-236-0099",
            "email": "hello@suffdigital.com",
            "contactType": "sales",
            "areaServed": "US",
            "availableLanguage": [
              "en"
            ]
          }
        ],
        "address": {
          "@type": "PostalAddress",
          "addressLocality": "Nashville",
          "addressRegion": "TN",
          "postalCode": "37219",
          "addressCountry": "US"
        },
        "areaServed": {
          "@type": "Country",
          "name": "United States"
        },
        "sameAs": [
          "https://www.linkedin.com/company/suff-digital/",
          "https://www.instagram.com/suffdigital/",
          "https://www.youtube.com/@suffdigitalmarketing",
          "https://www.tiktok.com/@suffdigital"
        ],
        "knowsAbout": [
          "Search Engine Optimization",
          "Pay-Per-Click Advertising",
          "Paid Social Advertising",
          "Conversion Rate Optimization",
          "Web Design",
          "Digital PR",
          "Link Building",
          "Website Migration",
          "Website Maintenance and Support",
          "Technical SEO",
          "Local SEO",
          "AI Search Optimization"
        ],
        "hasOfferCatalog": {
          "@type": "OfferCatalog",
          "name": "Suff Digital Services",
          "itemListElement": [
            {
              "@type": "Offer",
              "itemOffered": {
                "@type": "Service",
                "name": "Search Engine Optimization (SEO)",
                "url": "https://www.suffdigital.com/"
              }
            },
            {
              "@type": "Offer",
              "itemOffered": {
                "@type": "Service",
                "name": "Pay-Per-Click (PPC) Advertising",
                "url": "https://www.suffdigital.com/services/ppc"
              }
            },
            {
              "@type": "Offer",
              "itemOffered": {
                "@type": "Service",
                "name": "Paid Social Advertising",
                "url": "https://www.suffdigital.com/services/paid-social"
              }
            },
            {
              "@type": "Offer",
              "itemOffered": {
                "@type": "Service",
                "name": "Conversion Rate Optimization (CRO)",
                "url": "https://www.suffdigital.com/services/cro"
              }
            },
            {
              "@type": "Offer",
              "itemOffered": {
                "@type": "Service",
                "name": "Web Design",
                "url": "https://www.suffdigital.com/services/web-design"
              }
            },
            {
              "@type": "Offer",
              "itemOffered": {
                "@type": "Service",
                "name": "Digital PR & Link Building",
                "url": "https://www.suffdigital.com/services/digital-pr"
              }
            },
            {
              "@type": "Offer",
              "itemOffered": {
                "@type": "Service",
                "name": "Website Migration",
                "url": "https://www.suffdigital.com/services/website-migration"
              }
            },
            {
              "@type": "Offer",
              "itemOffered": {
                "@type": "Service",
                "name": "Website Maintenance & Support",
                "url": "https://www.suffdigital.com/services/website-maintenance"
              }
            }
          ]
        }
      },
      {
        "@type": "WebSite",
        "@id": "https://www.suffdigital.com/#website",
        "url": "https://www.suffdigital.com/",
        "name": "Suff Digital",
        "inLanguage": "en-US",
        "publisher": {
          "@id": "https://www.suffdigital.com/#organization"
        }
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "@graph": [
      {
        "@type": "Article",
        "@id": "https://www.suffdigital.com/resources/data-studies/outdated-bootstrap-websites#article",
        "headline": "87.3% of Websites Using Bootstrap Run a Version That No Longer Gets Updates",
        "description": "87.3% of websites that show their Bootstrap version run Bootstrap 4 or older, versions that no longer receive fixes. Bootstrap 3, unsupported since July 2019, is still the most common version, on 1,001,551 homepages.",
        "image": [
          "https://www.suffdigital.com/images/suff-digital-share-16x9.jpg"
        ],
        "url": "https://www.suffdigital.com/resources/data-studies/outdated-bootstrap-websites",
        "datePublished": "2026-09-24",
        "dateModified": "2026-09-24",
        "author": {
          "@type": "Person",
          "name": "Matt Suffoletto",
          "jobTitle": "Founder & CEO",
          "url": "https://www.suffdigital.com/who-we-are"
        },
        "publisher": {
          "@id": "https://www.suffdigital.com/#organization"
        },
        "mainEntityOfPage": {
          "@id": "https://www.suffdigital.com/resources/data-studies/outdated-bootstrap-websites",
          "@type": "WebPage"
        },
        "isPartOf": {
          "@id": "https://www.suffdigital.com/#website"
        }
      },
      {
        "@type": "BreadcrumbList",
        "@id": "https://www.suffdigital.com/resources/data-studies/outdated-bootstrap-websites#breadcrumb",
        "itemListElement": [
          {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "https://www.suffdigital.com/"
          },
          {
            "@type": "ListItem",
            "position": 2,
            "name": "Resources",
            "item": "https://www.suffdigital.com/resources"
          },
          {
            "@type": "ListItem",
            "position": 3,
            "name": "Data Studies",
            "item": "https://www.suffdigital.com/resources/data-studies"
          },
          {
            "@type": "ListItem",
            "position": 4,
            "name": "87.3% of Websites Using Bootstrap Run a Version That No Longer Gets Updates"
          }
        ]
      },
      {
        "@type": "Dataset",
        "@id": "https://www.suffdigital.com/resources/data-studies/outdated-bootstrap-websites#dataset",
        "name": "87.3% of Websites Using Bootstrap Run a Version That No Longer Gets Updates",
        "description": "87.3% of websites that show their Bootstrap version run Bootstrap 4 or older, versions that no longer receive fixes. Bootstrap 3, unsupported since July 2019, is still the most common version, on 1,001,551 homepages.",
        "url": "https://www.suffdigital.com/resources/data-studies/outdated-bootstrap-websites",
        "creator": {
          "@id": "https://www.suffdigital.com/#organization"
        },
        "datePublished": "2026-09-24",
        "dateModified": "2026-09-24",
        "license": "https://creativecommons.org/licenses/by/4.0/",
        "isAccessibleForFree": true,
        "measurementTechnique": "The public HTTP Archive crawl of 15.5 million websites; Google's Chrome UX Report popularity ranking"
      },
      {
        "@type": "FAQPage",
        "@id": "https://www.suffdigital.com/resources/data-studies/outdated-bootstrap-websites#faq",
        "mainEntity": [
          {
            "@type": "Question",
            "name": "How many websites use an old Bootstrap version?",
            "acceptedAnswer": {
              "@type": "Answer",
              "text": "87.3% of websites that show their Bootstrap version run Bootstrap 4 or older, both past end of life. 12.7% run the supported Bootstrap 5."
            }
          },
          {
            "@type": "Question",
            "name": "Which Bootstrap version is most common?",
            "acceptedAnswer": {
              "@type": "Answer",
              "text": "Bootstrap 3, on 45.9% of websites that show their Bootstrap version, even though it lost support in July 2019."
            }
          },
          {
            "@type": "Question",
            "name": "Is old Bootstrap a security risk?",
            "acceptedAnswer": {
              "@type": "Answer",
              "text": "Yes, through its JavaScript and the jQuery it depends on. Bootstrap 3 and 4 both require jQuery."
            }
          },
          {
            "@type": "Question",
            "name": "Do popular websites use newer Bootstrap?",
            "acceptedAnswer": {
              "@type": "Answer",
              "text": "No. 86.8% of the 10,000 most visited websites that show their Bootstrap version run an unsupported release, almost the same as the 87.3% average."
            }
          }
        ]
      }
    ]
  }
]
```