/* Loops Blog — "Finding a New Job with ADHD Means Building a Search You Can Restart" Authored editorial post by Matt Humphreys. Same blog template as blog-record-page: editorial hero with byline + Skip to TL;DR, flowing prose with pull quotes and a stat/failure-point callout, scannable TL;DR (#tldr), author bio. UK English, no em dashes. */ const BJ_LINK = "text-brand-deep font-semibold hover:underline"; /* ---------------- Page nav ---------------- */ const BJ_NAV_LINKS = [ { label: "For ADHD", href: "/adhd/" }, { label: "Knowledge Hub", href: "/adhd/knowledge-hub/" }, { label: "Blog", href: "/blog/" }, { label: "Finding a job", href: "/adhd/finding-a-new-job-with-adhd/" }, ]; const BjNav = () => { const [open, setOpen] = React.useState(false); const [scrolled, setScrolled] = React.useState(false); React.useEffect(() => { const onScroll = () => setScrolled(window.scrollY > 8); onScroll(); window.addEventListener("scroll", onScroll, { passive: true }); return () => window.removeEventListener("scroll", onScroll); }, []); React.useEffect(() => { if (!open) return; const onKey = (e) => e.key === "Escape" && setOpen(false); document.body.style.overflow = "hidden"; document.addEventListener("keydown", onKey); return () => { document.body.style.overflow = ""; document.removeEventListener("keydown", onKey); }; }, [open]); return (
Loops
); }; /* ---------------- Hero ---------------- */ const BjHero = () => (
Loops Blog

Finding a new job with ADHD means building a search you can restart.

{/* Byline */}
Matt Humphreys
Matt Humphreys
Loops
Skip to the TL;DR

I've come to think most job searches don't end with a decision. They end with a silence.

); /* ---------------- Body: opening ---------------- */ const BjOpening = () => (

Nobody sits down and formally quits. There's no moment where you decide to stop. What actually happens is quieter than that. A rejection lands, or a fortnight of no replies goes by, and the search just goes still. Days become weeks. And the longer it stays stopped, the harder it is to start again.

That's the thing I wish someone had told me years ago, before my own ADHD diagnosis, before any of this made sense. The risk was never that I'd give up. I cared far too much for that. The risk was the quiet stall that nobody decides on.

A job search doesn't fail because you gave up. It fails because it stalled and never restarted.

I want to go through why this happens, what the research actually says, and why it hits people like us with ADHD the hardest. Then I'll tell you what we did about it, because it's the reason we built Loops.

); /* ---------------- Body: a search is a system ---------------- */ const BjSystem = () => (
The real mechanism

A job search isn't a task. It's a system.

Here's the finding that made the whole thing click for me.

General job-search research shows that self-regulation, goal clarity, and job-search quality predict interviews, offers and actually getting hired better than sheer search intensity. In other words, it's not really about how hard you go for a week. It's about whether you can keep the thing running.

That's a quiet bombshell if you have ADHD.

It means a job search isn't one task you complete. It's a self-management system you have to sustain over weeks or months, with no fixed deadline and a reward that feels a very long way off. And self-management over time is precisely the thing an ADHD brain finds hardest.

So the search doesn't collapse because you don't understand it. It collapses because the system holding it together was never something willpower alone could carry.

); /* ---------------- Body: bursts ---------------- */ const BjBursts = () => (
Not nothing, just bursts

The problem isn't doing nothing. It's doing it in bursts.

The complaint I hear most often isn't "I do nothing." It's "I can only do it in bursts." When the pressure or the interest is high, everything flows. You fire off five applications in an evening. Then the urgency fades, and starting again feels almost physically impossible.

There's a real mechanism underneath this. ADHD involves atypical reward processing and motivation tied to dopamine pathways, which means low-reward, delayed, ambiguous tasks are unusually hard to start. And a job search is absolutely made of those. Boring, fragmented, delayed in payoff, and rarely finishable in one sitting.

The clinical work of people like J. Russell Ramsay frames adult ADHD as a problem of turning intentions into actions, not a problem of lacking knowledge. You already know what to do, because knowing was never the issue. Doing the thing, again, on a Wednesday when nothing is on fire, is the issue.

); /* ---------------- Body: rejection ---------------- */ const BjRejection = () => (
Where a stall becomes a stop

Rejection is where the stall becomes a stop.

This is the part that does the real damage. The evidence for emotional dysregulation in ADHD is strong, and it's a major driver of impairment. A knockback that takes another candidate an afternoon to shrug off can flatten someone with ADHD for a week or more.

Qualitative studies of adults with ADHD describe persistent stress, anxiety, exhaustion and relapse into poor mental health around work. The pattern is horribly familiar. Apply intensely, get ghosted or rejected, feel the shame, stop searching, then panic about it later.

And that's the moment the whole thing tips.

A rejection is a search problem. But left alone, it quietly becomes an identity problem.

You stop asking "why didn't that one land" and start asking "what's wrong with me." Those are very different questions, and only one of them keeps you applying.

); /* ---------------- Body: admin ---------------- */ const BjAdmin = () => (
The background load

The admin wears you down in the background.

Even without a single rejection, there's the sheer load of it. CV tailoring, cover letters, portals, follow-ups, scheduling, references. Each one looks small. None of them are small when your brain has to switch, remember, prioritise and restart for every single one.

The UK Adult ADHD Network's guidance is clear that adults with ADHD often need external structure, task breakdown, routines and alerts, precisely because one big burst of effort rarely holds over time. This isn't a nice-to-have. It's the difference between a search that keeps moving and one that silently stops.

It's worth naming the backdrop here too. Adults with ADHD face elevated risks of unemployment, job instability and poorer work functioning, and in workplace research the pain is felt most as "not working to potential" rather than as any obvious failure. That gap, between what you can do and what you can consistently show, is the same gap a job search punishes hardest.

); /* ---------------- Body: implementation problem ---------------- */ const BjImplementation = () => (
Not a willpower problem

This is an implementation problem, not a willpower one.

I want to be careful here, as always, because the standard reading of all this is that people with ADHD need to "try harder". This is a phrase I despise, because the evidence points the other way.

The expert consensus, from Barkley through Ramsay and Hallowell, keeps landing on the same conclusion. Adults with ADHD usually know exactly what to do. What they need are practical, environment-sensitive strategies that reduce cognitive load and build follow-through, rather than more discipline layered on top of shame.

Ordinary productivity advice keeps missing this, because it mistakes an implementation problem for a motivation problem.

And here's the frustrating bit.

We actually know roughly what works. Meta-analytic job-search research finds the winning combination is skills, plus motivation, plus social support. Reviews of digital ADHD tools find they work far better when that social support is built in, not bolted on. Yet almost nothing is designed this way, and there's still no mature evidence base for job-search support built specifically around an ADHD brain.

That gap is the whole opportunity, and it's where we decided to build something for people like us.

); /* ---------------- Body: what we did ---------------- */ const BjWhatWeDid = () => (
What we did about it

Loops makes the search something you can always restart.

Loops is our answer to this specific problem. At its core, Loops is a daily coaching app for people with ADHD and, with finding a job in mind, it makes the search something you can always restart.

It turns "find a new job" into one small daily action, so you always know the next right thing rather than facing an overwhelming list. A missed day doesn't wipe you out. You repair the streak simply by showing up again, which is exactly the moment most searches die.

It lets one person you trust see you keep going, because brains finish for people in a way they never finish for a spreadsheet. And it puts a coach at the point of performance, one that already knows where you are in your job search, so there's help at night when a rejection lands, not in some appointment three weeks away.

I'm not writing this to sell Loops. I'm writing it because the problem underneath Loops is one I lived before I understood it in my thirties, and one I keep seeing in people who deserve better than the story they've been telling themselves.

); /* ---------------- Body: the reframe ---------------- */ const BjReframe = () => (
The reframe

The problem was never a lack of ambition.

If your job search has gone quiet more than once, you've probably started to wonder whether it means you're not cut out for this. I don't think it does, and the evidence doesn't either. For most people with ADHD, the problem was never a lack of ambition or ability. It was a search that stalled and had no easy way back in.

You don't need a perfect week or a new personality. You need a small, reliable way to take the next step, a way to restart that doesn't ask you to begin from scratch, and ideally one person who gets to watch you keep going. Start by checking out how Loops can help you with this. It's the thing I wish someone had built for me long before anyone did.

); /* ---------------- TL;DR ---------------- */ const BjTldr = () => (
TL;DR

The short version.

A job search rarely fails because you gave up. It fails because it stalled after a setback and never restarted.

The search isn't one task. It's a system you have to keep running over weeks or months, with no deadline and a reward that feels far away. Research shows outcomes depend more on self-regulation and consistency than on how hard you search in any given week.

For people with ADHD, that's the hard part. The failure points are predictable:

{/* Sub-blocks */}

The problem is not ability

Rejection hits harder because of emotional dysregulation, which is well evidenced in ADHD. A knockback that takes someone else an afternoon can stop your search for weeks. Left alone, that turns a search problem into an identity problem. You stop asking why one application failed and start asking what's wrong with you.

This needs a system, not more willpower

Experts like Barkley, Ramsay and Hallowell agree. People with ADHD usually know what to do. What helps is reducing cognitive load and building follow-through, not trying harder. What actually works, across the research, is a combination of:

    {[ "small, achievable actions at a time rather than a giant to-do list;", "an easy way to restart after a missed day or a knockback;", "accountability from one person you trust;", "support at the moment things go wrong, not weeks later.", ].map((t) => (
  • {t}
  • ))}

What Loops is designed to do

Loops turns "find a new job" into a short daily action and keeps the search moving through the quiet weeks. It helps you:

    {[ "take clear next steps each day;", "restart easily when momentum drops, without starting from scratch;", "stay accountable to someone you trust, if you want that;", "get coaching when a rejection lands, not at your next appointment.", ].map((t) => (
  • {t}
  • ))}

The main reframe

A search going quiet doesn't mean you're not good enough. For most people with ADHD, the problem was never giving up. It was the quiet stall that nobody decided on.

You don't need a perfect system or a different personality. You need a small, reliable way to take the next step, and an easy way back in when the search stops.

); /* ---------------- Author bio ---------------- */ const BjAuthorBio = () => (
Matt Humphreys
Written by

Matt Humphreys

Loops

Matt has worked in design and marketing for 14 years and is fascinated by how AI will shape the future of both. Diagnosed with ADHD in his early thirties, he writes and researches the ideas that help him better understand his own brain.

At Loops, Matt helps train the AI coach, speaks with users and shapes the app around how people with ADHD actually think and work. It's the kind of tool he wishes he'd had years before his diagnosis.

Outside work, Matt lives with his wife, dog and cat, grows pine trees and dreams of one day owning a patch of land to plant them on.

); /* ---------------- App ---------------- */ function BjApp() { return (
); } const bjRoot = ReactDOM.createRoot(document.getElementById("root")); bjRoot.render();