Phone Link Cross Device Service Reportedly Uses Up to 30GB RAM

Windows 11 users have reported since 2023 that Phone Link’s background Cross Device Service can consume extraordinary amounts of memory—sometimes 15GB to 30GB—leaving PCs sluggish, delaying Task Manager for minutes, and, in one gaming-session report, coinciding with a severe drop in network throughput. Microsoft has never officially confirmed the reported leak, according to Neowin, even as similar complaints have accumulated across Reddit and Microsoft’s own Q&A forum. That distinction matters: this is not a universally reproducible Windows defect with a documented fix, but neither does it look like an isolated machine behaving badly. It is a recurring failure pattern in a component Microsoft increasingly expects to sit quietly at the center of Windows 11’s cross-device experience.

A computer dashboard warns of extreme memory usage while a smartphone displays connected apps and notifications.Phone Link’s Small Convenience Can Become a System-Wide Failure​

The most dramatic account, highlighted by Neowin and accompanied by an image credited to Reddit user CoolerC94, describes Cross Device Service consuming between 25GB and 30GB of RAM during a gaming session. A related process reportedly pushed resource use higher still, while Task Manager—the utility needed to identify and stop the problem—took three minutes to open.
The same user reported that internet speed fell from 900 Mbps to 150 Mbps while the system was in distress. That does not prove that a memory leak directly throttled the network connection, but it illustrates the broader consequence of extreme memory pressure: once Windows is struggling to keep processes responsive, symptoms may appear far beyond the application that started the problem.
A game may stutter, background downloads may slow, applications may stop responding, and Windows may begin leaning heavily on its page file. If Task Manager itself cannot open promptly, the PC has crossed from “an app is using too much RAM” into a state where the operating system’s basic diagnostic and recovery tools are being impaired.
The quantities involved also rule out an ordinary disagreement over what counts as excessive background use. A service consuming a few hundred megabytes might be inefficient, but one reaching tens of gigabytes is operating on an entirely different scale. A background synchronization component should not be capable of quietly consuming most of a modern gaming PC’s memory.
Neowin found that the latest report was consistent with older complaints rather than an unprecedented event. Other Reddit users reportedly saw Cross Device Service reach 15GB to 20GB roughly once a day, forcing them to end the process manually to restore normal responsiveness.
A Microsoft Q&A user described overall RAM utilization climbing beyond 90 percent of the machine’s available memory. The repetition is important because it suggests a component that can enter a persistent failure state, not merely a one-time spike during setup, file transfer, application streaming, or device pairing.
Report originReported RAM usePattern or contextReported system impact
Reddit report credited to CoolerC9425GB to 30GBDuring a gaming sessionTask Manager took three minutes to open; internet speed reportedly fell from 900 Mbps to 150 Mbps
Other Reddit complaints cited by Neowin15GB to 20GBRoughly once a dayUsers manually ended the process to recover responsiveness
Microsoft Q&A complaint cited by NeowinMore than 90 percent of available RAM in total useDescribed as a regular occurrencePC memory use repeatedly approached exhaustion
These accounts do not establish how many Windows 11 PCs are affected, which hardware combinations are most vulnerable, or what precise trigger causes the growth. They do establish a recognizable signature: Cross Device Service continues allocating memory, does not return enough of it, and eventually degrades the rest of the system.
That is the practical definition users care about, even before an engineering team assigns a root cause. When memory consumption rises without a workload that plausibly requires it, persists after the associated activity has ended, and recurs until the process is terminated, “memory leak” is a reasonable description of the observed behavior—provided it remains clear that Microsoft has not formally confirmed the diagnosis.

Cross Device Service Is No Longer Just a Phone Link Sidecar​

Phone Link began as an application through which Windows users could reach selected phone content from a PC. Microsoft’s broader strategy, however, has been to make mobile-device integration feel like part of Windows itself rather than a destination users deliberately open.
Cross Device Service is the background machinery enabling that strategy. As described in Neowin’s report, it supports clipboard sharing, notification synchronization, remote control, and application continuity through the Resume feature.
These functions require persistent state. Windows must know that a linked phone exists, maintain the connection needed for synchronization, respond to notifications and handoff events, and retain enough information to continue an activity across devices.
Microsoft’s official support material reinforces how widely cross-device functionality now reaches. Mobile-device controls appear under Windows 11’s Bluetooth and device settings, where users can manage linked devices and choose which synchronized features are active.
Depending on the supported device and configuration, the Windows experience can extend into File Explorer, phone-camera access, photo notifications, calls, messages, applications, and other surfaces. Microsoft also describes Phone Link as deeply integrated into Windows and intended to enable present and future cross-device experiences.
That integration explains both Phone Link’s usefulness and the difficulty of containing a defect beneath it. When a conventional application leaks memory, closing that application may solve the immediate problem. When a shared background component supports several Windows surfaces, a user can close the visible Phone Link window and reasonably assume the feature is gone while Cross Device Service continues operating.
This is the mismatch at the heart of the complaints. Users see Phone Link as an optional convenience; Windows increasingly treats cross-device connectivity as an ambient platform capability.
The resulting support problem is partly one of naming. A user who notices a process called Cross Device Service in Task Manager may not immediately associate it with Phone Link, especially if Phone Link is not open. Another may disable one visible Phone Link setting while leaving the broader Mobile Devices integration enabled.
Microsoft’s architecture can therefore obscure both cause and remedy. The process name describes a platform role, the user-facing application carries a different name, and Windows settings expose related controls in more than one place.
That complexity does not mean the architecture is inherently unsound. Persistent cross-device features need a persistent broker of some kind. But it does mean Microsoft has a higher obligation to ensure that the broker has strict resource limits, robust failure recovery, useful diagnostics, and an obvious off switch.

The Reports Point to a Loop That Windows Fails to Break​

Neowin’s interpretation is that Cross Device Service may become trapped in a loop that never resolves, gradually consuming more memory the longer it runs. Without Microsoft confirmation, that mechanism remains an informed hypothesis rather than an established root cause.
Several classes of failure could produce the visible pattern. A synchronization queue could repeatedly retain objects, a reconnect attempt could create state faster than it is cleared, or one of the service’s cross-device operations could fail without releasing resources associated with the previous attempt.
Clipboard synchronization, notifications, remote-control sessions, and continuity events all involve changing state on two devices connected through software components that may update independently. A PC can be awake while the phone sleeps, a wireless connection can disappear, account authorization can change, and permissions can be revoked or restored.
That environment makes recovery logic as important as the successful path. A cross-device service cannot assume every operation completes cleanly because interruption is a normal condition, not an exceptional one.
The reported recurrence of 15GB to 20GB roughly once a day may indicate that the failure needs time, a particular connection transition, or a repeated event before becoming visible. The gaming-session report may simply reflect when the user noticed it: a demanding foreground workload is often where hidden background resource consumption finally becomes impossible to ignore.
Gaming also magnifies the damage. Modern games can use large pools of system memory alongside substantial graphics memory, and the system may already be running launchers, voice chat, browsers, recording tools, anti-cheat components, and driver utilities.
If Cross Device Service claims another 25GB to 30GB, Windows has fewer good choices. It can compress memory, page data to storage, trim other processes, or allow allocations to fail, but each response can produce latency and instability.
The three-minute wait for Task Manager is therefore more revealing than an isolated screenshot of a large memory figure. It means the pressure had become severe enough to obstruct the very tool users rely on to regain control.
The reported network slowdown should be interpreted more cautiously. The fall from 900 Mbps to 150 Mbps occurred during the same incident, but the source material does not establish whether Cross Device Service was generating network traffic, whether system-wide contention reduced throughput, or whether another related process was responsible.
It would be a mistake to convert one user’s observation into a universal claim that the leak limits internet speed. It would be equally mistaken to dismiss the observation simply because the causal path is not yet known. Severe resource exhaustion often produces secondary failures that look unrelated until the system’s overall state is examined.

Microsoft’s Silence Turns Troubleshooting Into Guesswork​

According to Neowin, complaints about the Phone Link-related leak date back to 2023, yet Microsoft never officially confirmed the issue. That leaves users without the basic elements normally provided for a recognized Windows problem: affected configurations, a known trigger, a mitigation with defined trade-offs, and a statement about whether a fix is being developed.
Microsoft support reportedly recommended ensuring that Windows and Phone Link are fully updated. That is sensible first-line advice because the Windows component and the app can be serviced separately, and Microsoft’s official Phone Link documentation likewise directs users toward current software as a foundation for troubleshooting.
But “install all updates” is not a diagnosis. It does not explain why Cross Device Service reaches tens of gigabytes, whether the latest software contains a targeted correction, or what users should monitor afterward.
Generic update advice can also create false confidence. A user may update Windows, update Phone Link, restart the PC, and assume the fault has been resolved—only to have memory use climb again hours or a day later.
That uncertainty is especially costly for intermittent bugs. A permanent failure can be reproduced and tested; a leak that appears only under certain connection states may seem fixed immediately after a reboot because restarting cleared the accumulated memory.
Microsoft’s lack of confirmation also leaves the affected population undefined. Neowin describes the reports as frequent and similar enough to suggest an underlying issue for some Windows 11 users, but neither Neowin nor the original complainants can determine prevalence from forum posts alone.
Forum evidence has unavoidable selection bias. People whose systems work normally do not create posts announcing that Cross Device Service remained unobtrusive all day, while users experiencing severe failures are strongly motivated to search for the process name and report what they find.
Still, selection bias does not make the incidents imaginary. It limits claims about scale, not the credibility of multiple matching symptoms.
The responsible conclusion is narrow but serious: some Windows 11 users appear to encounter extreme, recurring memory growth in Cross Device Service, and Microsoft has not publicly documented the condition as a confirmed known issue.
That wording is less sensational than declaring every Phone Link installation defective. It is also more useful, because it tells users what to watch for without pretending the available evidence can identify every affected configuration.

The Simplest Workaround Sacrifices the Feature to Save the PC​

The immediate recovery step is straightforward: identify Cross Device Service in Task Manager and end the problematic process. Users cited by Neowin did this to restore responsiveness after memory use reached 15GB to 20GB.
Ending the process is containment, not a fix. The component may restart, return at the next sign-in, or begin leaking again when the same unknown trigger occurs.
Neowin suggests disabling the Mobile Devices entry under Task Manager’s Startup apps tab as a further workaround. This prevents the related component from starting automatically and may be sufficient for users who do not need persistent phone integration.
The trade-off is that cross-device capabilities can stop functioning as expected. Features such as clipboard sharing, notification synchronization, remote control, and Resume continuity rely on the background service being available.
Microsoft’s official Windows support pages also let users manage individual mobile-device features under Settings, in the Bluetooth and devices area. Those controls can reduce the scope of cross-device integration, although the source material does not establish that toggling any one feature prevents this reported memory problem.
That distinction should guide troubleshooting. Disabling a particular synchronization feature may help isolate a trigger, but it should not be presented as a proven cure.
For users who continue to experience the leak after updating and reducing startup activity, Neowin’s final recommendation is blunt: disable Phone Link altogether. It is an unsatisfying answer because it resolves a first-party Windows feature’s resource problem by abandoning the feature.
Yet it is also the rational answer when the alternative is a PC that periodically loses tens of gigabytes of RAM. Cross-device convenience is not worth unpredictable gaming slowdowns, blocked productivity applications, paging storms, or a three-minute wait for Task Manager.
Users should avoid jumping immediately to unsupported removal scripts or aggressive attempts to delete Windows components. Because Microsoft describes Phone Link as deeply integrated with Windows, forcibly removing packages may create additional servicing or feature problems and is not one of the workarounds established in the supplied reporting.
The safer progression is to update, observe, disable automatic startup, and then turn off or unlink Phone Link if the behavior continues. Each step is reversible and preserves a path back if Microsoft eventually provides a correction.

Action checklist for admins​

  • Confirm that the affected PC is running Windows 11 and verify that Cross Device Service is the process showing abnormal memory growth.
  • Record memory consumption and system symptoms before ending the process, including whether the behavior returns after a restart.
  • Update Windows fully, then update Phone Link and the corresponding phone-side software.
  • Disable the Mobile Devices entry under Task Manager’s Startup apps tab on systems that do not require persistent cross-device functions.
  • If the leak recurs, disable Phone Link and accept the temporary loss of clipboard sharing, notification syncing, remote control, and Resume continuity.
  • Submit the evidence through Microsoft’s feedback or support channels, including recurrence timing and the actions that preceded the increase.

Enterprises Should Treat Cross-Device Integration as an Optional Dependency​

Phone Link is often discussed as a consumer feature, but the underlying lesson applies directly to managed Windows estates. Any persistent service capable of consuming most of a system’s memory deserves monitoring, even when the feature it supports appears peripheral to the organization’s work.
In a business environment, the same failure may not be discovered as quickly as it was on a gaming PC. A user may simply report that the machine becomes slow late in the day, that conferencing software freezes, or that a browser and line-of-business application repeatedly stop responding.
Help-desk staff may first suspect insufficient RAM, a bloated browser, endpoint security software, or a damaged profile. Unless Cross Device Service is examined while the problem is active, a reboot could erase the most useful evidence and leave no obvious cause.
Administrators should therefore consider process-level memory data when investigating intermittent Windows 11 performance complaints. A machine that looks healthy immediately after restart may still have a service whose private memory grows over several hours.
The reports also make a case for controlling features that an organization does not use. If corporate policy prohibits linking personal phones to managed PCs, allowing the cross-device component to start automatically offers little benefit.
That does not justify indiscriminately ripping components out of Windows images. It does justify reviewing whether Mobile Devices and Phone Link should be available, enabled at startup, or permitted under the organization’s configuration baseline.
Environments that do rely on Phone Link have a harder decision. Disabling it may interrupt workflows involving notifications, mobile applications, shared clipboard content, remote control, or continuity.
For those organizations, collecting evidence becomes more valuable than applying a blanket shutdown. Administrators should identify whether failures correlate with particular phone models, connection transitions, synchronization features, or Resume activity, while recognizing that the available reporting does not yet establish any of those as the trigger.
The absence of an official Microsoft advisory limits what administrators can safely automate. There is no confirmed affected-version matrix, no documented event identifier, and no official threshold at which Cross Device Service should be considered unhealthy.
A practical internal threshold can still be defined. If a background cross-device process exhibits sustained, unexplained growth measured in gigabytes, the important signal is the trend rather than one universal number.
This is where enterprise telemetry can produce evidence that scattered forum posts cannot. Process memory sampled across many endpoints can reveal whether the problem is exceptionally rare, clustered around certain configurations, or widespread but underreported.
Microsoft is in the best position to perform that analysis across Windows diagnostics. The longer the company leaves the issue unconfirmed, the more troubleshooting is pushed outward onto individual users, support volunteers, journalists, and IT departments.

Integration Without Observability Is a Windows Design Debt​

Microsoft wants Windows to bridge PCs and phones without making users think about the bridge. The phone should appear in Windows settings, its content should surface in familiar interfaces, and interrupted activities should resume with minimal friction.
That ambition depends on background software being boring. The service must start reliably, use modest resources, recover from disconnects, update cleanly, and disappear from the user’s attention.
The Cross Device Service complaints reveal what happens when an invisible platform component fails visibly. Users do not merely lose Phone Link; the service can reportedly degrade unrelated workloads until the whole PC feels defective.
This is a broader Windows design problem. Features are increasingly distributed across inbox applications, system components, Store updates, cloud services, account state, and settings pages. That modularity can let Microsoft deliver improvements without waiting for a monolithic operating-system release, but it also makes ownership harder to understand when something goes wrong.
Is Phone Link responsible, is Cross Device Service responsible, is the Mobile Devices startup entry responsible, or is a particular synchronized capability triggering the failure? From a user’s perspective, those distinctions are implementation details, but they determine which switch actually stops the behavior.
A mature platform should expose that relationship clearly. Task Manager could identify which Windows feature depends on the service, Settings could display current resource use for persistent cross-device capabilities, and the service could impose safeguards against runaway allocation.
Windows could also recognize abnormal growth and restart the component before the desktop becomes unusable. Automatic recovery would not replace a root-cause fix, but it would prevent one optional feature from exhausting the machine.
More importantly, Microsoft should acknowledge recurring failures even before it has a complete solution. An official known-issue entry can say that reports are under investigation, identify the visible process, and document a supported temporary mitigation without committing to an unproven cause.
Silence creates the worst combination: users know enough to distrust the component but not enough to troubleshoot it confidently. That erodes trust not only in Phone Link but in Microsoft’s wider attempt to make Windows an always-connected endpoint.

What Windows Users Should Carry Forward​

The evidence supports caution rather than panic. Phone Link is not demonstrably leaking memory on every Windows 11 PC, but users experiencing unexplained slowdowns now have a specific background component worth checking and a set of reversible mitigations.
  • Complaints linking Phone Link and Cross Device Service to extreme memory consumption date back to 2023.
  • Reported consumption ranges include 15GB to 20GB in recurring incidents and 25GB to 30GB during one gaming session.
  • One report said Task Manager took three minutes to open and network throughput fell from 900 Mbps to 150 Mbps.
  • Microsoft has not officially confirmed the issue, according to Neowin.
  • Updating Windows and Phone Link is the first troubleshooting step, not a guaranteed fix.
  • Disabling Mobile Devices at startup or disabling Phone Link may be necessary if the problem repeatedly returns.
Phone Link’s memory complaints matter because Microsoft is moving in the opposite direction from isolation: cross-device functionality is becoming more deeply woven into Windows 11, not less. If Cross Device Service is going to act as infrastructure for clipboard sharing, notifications, remote control, and continuity, it must be held to an infrastructure standard—predictable resource use, transparent diagnostics, and graceful recovery. Until Microsoft publicly confirms and resolves the reported behavior, users and administrators should treat unexplained Cross Device Service growth as a credible cause of severe Windows slowdown and be prepared to choose system stability over seamless phone integration.

References​

  1. Primary source: Neowin
    Published: Fri, 10 Jul 2026 14:04:00 GMT
  2. Official source: support.microsoft.com
  3. Official source: answers.microsoft.com
  4. Official source: learn.microsoft.com
 

Back
Top