Rust Adoption Stalled: What It Means and What I'd Bet On Instead
Rust just cracked the TIOBE top 10 and has been the most admired language for nine straight years. But only about 26% of Rust users write it professionally, and there were roughly 606 open Rust jobs globally in early 2026. The loudest language is not the winning one. Here's the honest read on where it actually lands.

Key takeaways
- Rust entered the TIOBE Index top 10 for the first time ever in July 2026 at No. 10, up from roughly No. 18 a year earlier, and it has been Stack Overflow’s most admired language for nine consecutive years from 2016 through 2024.
- Adoption stays thin despite the affection: JetBrains’ 2025 data shows only about 26% of Rust users apply it in professional projects, while 65% use it for side or hobby work and 52% are still learning it.
- The Rust job market is small in absolute terms, with roughly 606 open Rust roles globally as of February 2026, even though postings grew about 35% year over year and first crossed 1,000 monthly listings in January 2025.
- Where Rust is deployed, the safety payoff is real: Google drove Android’s memory-safety bugs below 20% of all vulnerabilities in 2025, down from over 70% a few years earlier, and measured roughly 1000x lower memory-safety defect density in Rust than in C/C++.
- Rust’s strongest asset is tooling, not job supply: Cargo was rated the most admired cloud and infrastructure tool at 71% in the 2025 Stack Overflow survey, while Rust still sits under 25,000 lines in the 34-million-line Linux kernel.
Rust just did the thing everyone said would eventually happen. In July 2026, it entered the TIOBE Index top 10 for the first time ever, landing at No. 10, up from somewhere around No. 18 a year earlier.[1] That was the headline of the index's 25th-anniversary edition, and the Rust crowd took a victory lap. Fair enough. It's a real milestone for a language that started as a Mozilla side project.
But I've been watching this language for years, and the top-10 headline hides the more interesting story. Rust is the most admired programming language on earth, and has been for nearly a decade. It is also, by any honest measure of who actually ships it for a living, a niche language. Those two facts sitting next to each other is the whole thing. The loudest language is not the winning one, and pretending otherwise sets people up to bet wrong.
Summary
The affection is not in dispute
Let's give Rust its due, because it earned it. Rust was named the most admired programming language in the 2025 Stack Overflow Developer Survey.[2]That is not a one-off. It has topped Stack Overflow's most-loved and most-admired list for nine consecutive years, from 2016 through 2024. Nine years. Nothing else comes close to that kind of sustained developer affection. When people who use a tool keep saying they want to keep using it, year after year, that signal is worth taking seriously.
And the ecosystem numbers are not tiny. JetBrains estimated roughly 2,267,000 developers used Rust in the prior 12 months, with about 709,000 naming it their primary language.[3] The official 2025 State of Rust Survey pulled 7,156 responses, basically flat against 7,310 the year before.[4] This is a language with a large, engaged, loyal community. None of that is in question.
Now look at who actually ships it
Here's where the story turns. Despite all that love, professional adoption stays thin. JetBrains' 2025 State of Rust data shows only about 26% of Rust users apply it in professional projects. Sixty-five percent use it for side or hobby projects, and 52% are still learning the language.[3] Read that again. The single biggest cohort of Rust users is people who are still figuring it out, and the second is people using it after hours.
The job market says the same thing, just more bluntly. filtra.io-tracked data showed roughly 606 open Rust roles globally as of February 2026.[5]Globally. That's not a typo. Now, postings did grow about 35% year over year, and they crossed 1,000 monthly listings for the first time in January 2025, so the direction is up. But you have to hold both numbers in your head at once. A 35% growth rate on a very small base is still a very small base. If you're a bootcamp grad deciding what to learn to get hired, 606 open roles worldwide is a rounding error next to what Python, JavaScript, or even Go put on the board.
The compile-time complaint tells you why this ceiling exists. Across the 2025 survey, compilation speed and resource usage remained the single biggest developer gripe, same as the year before.[4]That is the tax you pay for the guarantees. The borrow checker that makes Rust safe is the same thing that makes it slow to compile and hard to learn. You don't get the safety for free. You pay for it in ramp-up time and in feedback-loop latency, and a lot of teams look at that bill and decide it's not worth it for the service they're shipping.
Takeaway
Admiration and adoption are different metrics, and Rust has maxed out one while barely moving the other. A language can be the one everyone wishes they could use and still not be the one most people are paid to write. Rust is the clearest example of that gap in the industry right now.
Where Rust actually wins, and it wins hard
So if the industry-wide takeover isn't happening, is Rust just hype? No. And this is the part the “Rust is dying” crowd gets wrong just as badly as the “Rust eats everything” crowd. In the specific place Rust is designed for, memory-safety-critical systems code, the payoff is not marginal. It's enormous, and it's measured.
Google is the receipt here. In 2025, Google reported that memory-safety vulnerabilities fell below 20% of Android's total vulnerabilities for the first time, down from over 70% a few years earlier.[6]That drop was driven by writing new code in Rust, not by better patching of old C and C++. Think about what that means. They didn't get better at cleaning up messes. They stopped making the mess in the first place.
The density numbers are almost hard to believe. Google measured roughly a 1000x lower memory-safety vulnerability density in Rust versus C and C++ on Android, about 0.2 versus around 1,000 flaws per million lines of code.[6]And it wasn't just safer, it was operationally cheaper. Rust changes saw roughly 4x lower rollback rates, about 20% fewer revisions, and 25% less time in code review. Android now holds roughly 5 million lines of Rust, and Google says net new first-party Rust code slightly passed C++ volumes by Q3 2025.[6]
Receipt
This is the case for Rust in one paragraph. When the cost of a bug is a remote exploit on a billion phones, the borrow checker's tax is obviously worth paying. When the cost of a bug is a 500 error you fix and redeploy in ten minutes, it obviously isn't. Rust doesn't need to win the whole industry. It needs to win the code where memory bugs are catastrophic, and there it is winning cleanly.
The kernel story is more honest than the hype
The Linux kernel is where a lot of people expected Rust to plant its flag, and it's a useful reality check. Rust in the kernel remains a small fraction of the codebase, around 25,000 lines against 34 million lines of C.[7]The Rust subsystem was declared past its experimental phase in 2025, which matters. But that same year, the first CVE tied to Rust kernel code was assigned, which is a healthy reminder that “memory safe” is not “bug free.” Safety in the language closes one whole class of vulnerability. It does not make the code correct.
Reporting through 2025 and 2026 kept using the same word for all of this: leveling off.[8]Techzine and JetBrains both framed Rust's kernel and broader adoption curve as a steady structural presence rather than an accelerating takeover. The organizational data backs that framing. Non-trivial Rust use at organizations sat around 45.5%, up from 38.7% the prior year, but it held roughly steady into 2025 rather than climbing further.[4]That's a plateau, not a launch ramp. The honest read is that Rust found its niche and settled into it, which is a very different outcome from the one the loudest advocates promised.
Cargo is the underrated asset
If you want to know where Rust's real durable advantage lives, it isn't the job board and it isn't the kernel. It's the tooling. Cargo, Rust's build tool and package manager, was rated the most admired cloud development and infrastructure tool at 71% in the Stack Overflow survey.[2] Not the most admired Rust tool. The most admired infrastructure tool, period, beating things far outside the Rust world.
I think this is the most underrated fact in the whole Rust story. Anyone who has fought with C++ build systems, or juggled Python virtual environments and dependency hell, knows that tooling is where languages actually live or die day to day. Cargo got that right from the start. The build, the package manager, the test runner, the formatter, the doc generator, all of it coheres in a way that older systems languages never managed. That is the kind of advantage that compounds quietly. It doesn't show up in a TIOBE ranking, but it's the reason people who try Rust tend to stay.
Why this matters
The regulatory tailwind is the wildcard
Here's the factor that could move the plateau, and it's not a technical one. CISA and the White House Office of the National Cyber Director ran a “Secure by Design” push that required critical-infrastructure software makers to publish a memory-safety roadmap by January 1, 2026.[9] Over 296 organizations, including Google and GitHub, had signed the pledge by late 2025, against a backdrop where roughly 70% of severe security defects get attributed to memory-safety errors.
This is the thing that could turn Rust from “admired” into “mandated” in specific corners. When the government tells infrastructure vendors to publish a plan for getting off memory-unsafe languages, Rust is the most obvious destination for a lot of that new code. It doesn't create a million jobs overnight. But it changes the default in exactly the high-stakes systems niche where Rust already wins, and regulatory defaults are stickier than fashion.
What I'd actually bet on
So put it together. Rust is not going to displace Go for backend services, or Python for data and glue, or JavaScript for the web. The adoption curve leveled off, the job market is thin at 606 global roles, and two-thirds of users still keep it in side projects. Anyone selling you “learn Rust and the jobs will flood in” is reading the hype, not the data.
But the opposite bet is just as wrong. Rust owns the memory-safety-critical niche, and that niche is expanding, not shrinking. Google's numbers make the technical case unarguable. Cargo gives it a tooling moat. And the CISA push is quietly rewiring the defaults for critical infrastructure. That is a language settling into a durable, well-defended position, not one flaming out.
My honest read: learn Rust for leverage, not for volume. If you want to work on operating systems, browsers, embedded, cryptography, security infrastructure, or anywhere a memory bug is a catastrophe, Rust is increasingly the correct default and the skill will pay. If you want the biggest pool of jobs and the fastest path to shipping a CRUD app, it's the wrong tool and no amount of admiration changes that. The loudest language isn't winning the whole board. It's winning the squares that matter most, and holding them. That's a better outcome than the takeover everyone kept predicting, and a more honest one to plan around.
Sources and further reading
- 1.ReportingTIOBE Index July 2026: Rust Enters Top 10. techrepublic.com
- 2.PrimaryStack Overflow 2025 Developer Survey: most admired language and tools. stackoverflow.co
- 3.PrimaryThe State of Rust Ecosystem 2025. blog.jetbrains.com
- 4.Primary2025 State of Rust Survey Results. blog.rust-lang.org
- 5.ReportingRust Job Postings Grew 35% Year Over Year. birjob.com
- 6.PrimaryRust in Android: move fast and fix things. blog.google
- 7.ReportingRust Adoption Drives Android Memory Safety Bugs Below 20%. thehackernews.com
- 8.ReportingRust enters the Linux kernel, but its adoption is leveling off. techzine.eu
- 9.PrimaryMemory Safe Languages: Reducing Vulnerabilities in Modern Software Development. cisa.gov
Frequently asked questions
- Is Rust adoption growing or stalling in 2026?
- Rust adoption is broadening structurally but leveling off rather than accelerating. It cracked the TIOBE top 10 for the first time in July 2026, but only about 26% of Rust users write it professionally, organizational use held roughly steady near 45.5% into 2025, and both JetBrains and industry reporting described the curve as flattening into a steady presence, not a takeover.
- Why is Rust so admired but so little used professionally?
- Because admiration and deployment are different things, and Rust has a steep learning curve plus slow compile times that keep it in side projects. It has topped Stack Overflow’s most-loved list for nine straight years, yet 65% of users apply it only to hobby work, 52% are still learning it, and compilation speed remains the single biggest developer complaint year over year.
- How many Rust jobs are there?
- There were roughly 606 open Rust roles globally as of February 2026, according to filtra.io-tracked data. That is small in absolute terms even though postings grew about 35% year over year and crossed 1,000 monthly listings for the first time in January 2025. The job market is real but thin compared with the enthusiasm around the language.
- Does Rust actually reduce security vulnerabilities?
- Yes, and the effect is large where Rust is actually deployed. Google reported Android’s memory-safety bugs fell below 20% of all vulnerabilities in 2025, down from over 70% a few years earlier, driven by writing new code in Rust rather than better patching, and measured roughly 1000x lower memory-safety defect density in Rust versus C/C++ on Android.
- How much Rust is in the Linux kernel?
- The Linux kernel contains around 25,000 lines of Rust against about 34 million lines of C, so Rust is still a tiny fraction of the codebase. The Rust subsystem was declared past its experimental phase in 2025, but that same year the first CVE tied to Rust kernel code was assigned, and reporting characterized kernel adoption as leveling off.
- Is it worth learning Rust in 2026?
- Yes, but for leverage and for the systems and security niche, not because a flood of Rust jobs is coming. The language wins decisively in memory-safety-critical code at companies like Google, it has the best tooling story of any systems language with Cargo, and the CISA and White House secure-by-design push is pulling it into critical infrastructure. Just do not expect it to displace Go, Python, or C++ across the whole industry.
Written by
Tech Talk News Editorial
Computer engineering background. Writes about software, AI, markets, and real estate, and the places where the three meet.
More about the author