/* Loops Knowledge Hub — "Working Memory With ADHD" — editorial guide page. Knowledge Hub direction: eyebrow labels, stacked insight blocks, 2x3 recognition grid, distinct pull quote, single CTA at the end only. Inline links point to existing pages; UK English, no em dashes. */ const WM_LINK = "text-brand-deep font-semibold hover:underline"; /* ---------------- Page nav ---------------- */ const WM_NAV_LINKS = [ { label: "What it is", href: "#what" }, { label: "What helps", href: "#help" }, { label: "Knowledge Hub", href: "/adhd/knowledge-hub/" }, { label: "Blog", href: "/blog/" }, ]; const WmNav = () => { 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 WmHero = () => (
ADHD Knowledge Hub

Working memory with ADHD: the small mental workspace behind so many big problems

Lost threads, vanished intentions, rooms you walked into for reasons unknown. These moments feel like carelessness. They're actually the signature of working memory, one of the most consistently affected processes in ADHD.

); /* ---------------- Section 2: Recognition (6 cards) ---------------- */ const WM_RECOGNITION = [ "You walk into a room and the reason you came evaporates somewhere in the doorway.", "You lose the thread of your own sentence halfway through saying it.", "You read the same paragraph three times and retain none of it.", "You meant to send that message, and you meant it sincerely, for eleven days.", "You interrupt people, not from rudeness, but because you know the thought won't survive a thirty-second wait.", "You've captured notes in four apps and two notebooks, and none of them resurface when they matter.", ]; const WmRecognition = () => (
Does any of this sound familiar?

You're not forgetful in the way people think.

These are the moments people with ADHD describe most often when working memory is the mechanism underneath.

{WM_RECOGNITION.map((t, i) => (

{t}

))}

None of this is carelessness. It's a small, effortful mental workspace dropping things, and there are reliable ways to work around it.

); /* ---------------- Section 3: What working memory is ---------------- */ const WmWhatItIs = () => (
The basics

Not your memory of the past. Your workspace for right now.

Working memory is the mental space where you hold information while you use it: the phone number between hearing it and dialling it, the instruction between receiving it and acting on it, the point you're building towards while you're mid-sentence.

Two things about this workspace matter. First, it's small in everyone. Most people can hold only a handful of items at once. Second, it's effortful to maintain. Holding something in mind while doing something else is active work, not passive storage. ADHD affects both the reliability of what's held and the ease of holding it, which is why the workspace doesn't just feel small. It feels leaky.

Working memory is one component of executive function, and it's the component most other executive processes lean on. Planning requires holding steps in mind. Prioritising requires holding options in mind. When the workspace drops things, everything built on top of it wobbles at the same time.

); /* ---------------- Section 4: Remembering to remember ---------------- */ const WmProspective = () => (
The hidden mechanism

The plan didn't fail. It never arrived.

There's a specific cousin of working memory that deserves its own mention: prospective memory, the ability to remember to act on an intention at the right future moment. Not "what did I plan?" but "did the plan surface when it mattered?"

Research has found that everyday prospective memory partially explains the link between ADHD and procrastination. That's worth sitting with. Some portion of what looks like avoiding a task is actually the intention failing to arrive in consciousness at a usable moment. The person didn't decide not to do the thing. The thing never presented itself for a decision.

Forgetting a birthday, a bill, or a promise made warmly reads from the outside as not caring. From the inside, the caring was never in question. The retrieval was.

That gap does real damage in relationships, mostly because both people misread it as a statement about priorities.

); /* ---------------- Section 5: Why lists aren't enough ---------------- */ const WmLists = () => (
The retrieval problem

Writing it down isn't the whole answer.

The standard advice is to write everything down, and it's half right. Capture genuinely helps. But the failure usually isn't at the writing-it-down stage. It's at the retrieving-it-when-it-matters stage. A list can't help if the brain doesn't prompt itself to look at the list.

This is the quiet reason so many organisation systems fail with ADHD. Each capture felt responsible in the moment. None of them resurface on their own. The system becomes an archive of good intentions rather than a working prompt.

What actually compensates for working memory is capture plus surfacing: one trusted place, checked by habit or brought to you by an active prompt, at the moment action is possible. The difference between a note you made and a note that finds you is the difference between the system working and not.

); /* ---------------- Section 6: Where it shows up most (4 blocks) ---------------- */ const WmShowsUp = () => (
The pattern in real life

Four places the workspace gets overloaded.

Learning and study

Holding new material in mind while connecting it to what you already know is working memory's core job. It's part of why sustaining learning is hard with ADHD, and under exam conditions the load doubles: research finds ADHD students often lose marks to careless errors rather than slower thinking, which is exactly what an overloaded workspace produces.

Conversations and meetings

Holding your point while someone else talks is a genuine load. Verbal instructions with no written trail are effectively messages written on a fogged window.

Multi-step tasks

Any task with steps held only in your head sheds steps as it goes. The task didn't feel hard. It just quietly lost pieces.

Interruptions

Picking a task back up means reconstructing where you were, and that reconstruction is expensive with ADHD. It's one reason finishing things is disproportionately hard: every gap in a project charges a re-entry fee.

As with everything in ADHD, there's real variation here. Not everyone shows these difficulties to the same degree, and stress, sleep and overall load move the dial substantially day to day.

); /* ---------------- Section 7: What helps (6 blocks) ---------------- */ const WmWhatHelps = () => (
Working with it

Build a world where less needs holding.

One source of truth

Not the best app. One place, any place, that everything funnels into. Checking it becomes a single habit rather than a search across five systems.

Prompts that arrive, rather than wait

Reminders that surface at the moment of action beat lists that rely on being visited. Time-based and location-based prompts do the remembering-to-remember on your behalf.

Externalise mid-task, not just before it

Write the next step down while working, and leave a "you were here" note before stopping. This lowers the re-entry fee that interruptions charge.

Ask for it in writing

Turning verbal instructions into written ones isn't an admission of weakness. It's matching the format of information to the machinery that has to process it.

Reduce concurrent load

Two workspace-hungry tasks at once guarantees drops. Single-tasking isn't a virtue here, it's an engineering constraint.

Protect the foundations

Sleep loss measurably shrinks working memory in everyone. With ADHD, it shrinks from an already tighter starting point. There's more in the guide on sleep with ADHD.

); /* ---------------- Section 8: Open questions ---------------- */ const WmOpenQuestions = () => (
Honest limits

What we still don't know.

Working memory training programmes deserve an honest flag: despite heavy marketing, evidence that training games produce lasting real-world improvement is weak. Gains tend to stay inside the trained task. The better-supported route is compensation, changing the environment so less has to be held in mind, rather than trying to enlarge the workspace itself.

How much of the ADHD working memory difference reflects capacity versus attention wandering during the holding period is also still debated in the research, and the answer likely differs between people.

); /* ---------------- Section 9: The bottom line ---------------- */ const WmBottomLine = () => (
The bottom line

The forgetting was never indifference.

Working memory is the small, effortful workspace where intentions live between forming and acting, and ADHD makes it leakier than the world assumes. The lost threads were never carelessness.

What helps isn't holding more in your head through sheer determination, but building a world where less needs to be held: one trusted place, prompts that come to you, written trails, and grace for the moments the workspace drops something anyway. It will still drop things. The goal is making the drops cheap.

); /* ---------------- Section 10: Final CTA ---------------- */ const WmFinalCTA = () => (
Off your mind, into one place

Let something else do the holding.

Loops is a daily coaching app that does the remembering-to-remember for you. It holds your goal, surfaces small next steps at the right moment each day, and keeps a visible trail of progress so nothing important lives only in your head.

7-day free trial. No complicated setup. Takes a few minutes.
); /* ---------------- App ---------------- */ function WmApp() { return (
); } const wmRoot = ReactDOM.createRoot(document.getElementById("root")); wmRoot.render();