Share via

WTH Have you changed in Windows in Microsoft - Windows doesn't behave like Windows anymore

Cliff Hobbs 11 Reputation points
2026-05-08T10:50:56.1+00:00

I don't know which update has screwed my Windows 11, but now it's unusable.

I can no longer grab a window by the title bar and drag it around like I used to - it's either full screen or a tiny size.

I can't resize a window - the little resize arrows are there suggesting I can do it, but nothing happens.

As a Windows user practically since V1, I just don't get how Microsoft can go making FUNDAMENTAL changes like this, without giving me any kind of notification or ability to put it back.

I've tried playing with the "Multitasking" settings to no avail.

Google is useless as is AI.

Surely I can't be the only one?

Windows for business | Windows Client for IT Pros | User experience | Other

5 answers

Sort by: Most helpful
  1. Domic Vo 21,150 Reputation points Independent Advisor
    2026-05-08T11:50:50.26+00:00

    Hi Cliff Hobbs,

    The sudden loss of window dragging and resizing functionality you are experiencing points heavily toward a corruption of your specific user profile configurations rather than core system files. While your initial reflex might be to restart the Windows Explorer process or the Desktop Window Manager executable through Task Manager to refresh the graphical shell, these steps usually fall short if your underlying desktop dimension settings have been scrambled. Running system-wide repair tools like the System File Checker or DISM will also be completely ineffective in this scenario, as those utilities do not scan or repair individual user registry hives where personal desktop settings are stored.

    The most probable cause for title bars becoming ungraspable and borders losing their resize capability is a corrupted string value within the WindowMetrics registry key following your recent update. You can investigate this directly by opening the Registry Editor and navigating to the path HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics to check your window dimension configurations. Within this location, values like CaptionHeight and BorderWidth dictate the physical click areas and thicknesses of your application windows. If an update erroneously altered these to zero or extreme positive numbers, the physical grip areas essentially disappear from the interface. You will want to verify and modify these string values back to their standard Windows defaults, typically setting CaptionHeight to negative 330 and BorderWidth to negative 15. After applying these adjustments and completely rebooting your machine, the operating system will read the corrected dimensions and fully restore your ability to interact with window edges and title bars across all applications.

    If this answer helped, please click "Accept Answer " so that other community members with similar issues can easily find the solution. Your contribution is much appreciated.

    Domic V.

    Was this answer helpful?

    1 person found this answer helpful.

  2. Cliff Hobbs 11 Reputation points
    2026-05-13T20:50:19.9233333+00:00

    OK this is going to sound weird.

    I've got an HP Colour LaserJet I've had for a few years and I had to download a separate "HP Scan" utility from HP in order to do double-sided printing.

    Recently, this stopped working (before the windows dragging issue) and gave me an error it couldn't connect to my printer, again, despite nothing changing.

    I've had a LOT of double-sided scanning to do over the past couple of days, so I went down the rabbit hole of trying to get this to work and FINALLY found a version that worked. This required a reboot and so configuration to reconnect my computer, which took some head scratching.

    After rebooting, not only does HP Scan now work, but Windows is back to normal....!!!!

    I've been in this game 40+ years, so I'm not convinced this is what fixed it.

    I ONLY run the software on my PC I actually need and use as I've been caught out so many times in the past. My machine is always up to date both with Microsoft Updates (no I don't run Preview Updates as the quality of Microsoft testing has definetly gone down over the years), and I also make sure I'm running the latest, stable, supported Lenovo drivers for my machine.

    I am not a fan of Windows 11, having been a user since Windows Runtime V1, which you needed to run from DOS to load PageMaker - yes I am that old LOL.

    Something I was not aware of changed to both break my machine and fix it. This I am not happy or comfortable with, but what choice do I have.

    Many thanks to everyone who replied, especially @Domic Vo , who went out of there way to try to help - thank you.

    Hoping this truly is fixed and that this post helps others.

    Was this answer helpful?

    0 comments No comments

  3. Domic Vo 21,150 Reputation points Independent Advisor
    2026-05-11T16:04:44.28+00:00

    Cliff Hobbs,

    Since your registry dimensions are perfectly intact, we can rule out static profile corruption and must shift our focus to an active process intercepting your mouse commands. The specific behavior you are seeing, where the resize double-arrow appears but clicking does nothing, strongly indicates that a background application has hooked into the Desktop Window Manager and is overriding the default graphical shell behaviors. This frequently happens after Windows updates when third-party interface modifiers or productivity tools become momentarily incompatible with the new system architecture.

    Your immediate next step is to investigate applications that manipulate window layouts or alter the taskbar and desktop interface. If you utilize Microsoft PowerToys, specifically the FancyZones module, it contains layout-locking features that will entirely prevent dragging by the title bar or manual resizing if a window is snapped to a rigid grid. You should completely exit PowerToys, alongside any third-party UI tweakers like ExplorerPatcher or Stardock software, to see if native control returns. If the issue persists, you will need to isolate the interfering process by executing a clean boot through the System Configuration tool. By running msconfig.exe, navigating to the Services tab, checking the box to hide all Microsoft services, and disabling the remaining third-party entries, you can restart your machine into a clean state. If your window functionality returns under these conditions, you can be certain a background startup application is holding your user interface hostage, and you can re-enable them one by one to find the exact culprit.

    Domic V.

    Was this answer helpful?


  4. Domic Vo 21,150 Reputation points Independent Advisor
    2026-05-10T08:19:28.2966667+00:00

    Hi Cliff Hobbs,

    Has your issue been resolved yet? If it has, please consider accepting the answer as it helps others sharing the same problem benefit too. Thank you :)

    Domic V.

    Was this answer helpful?

    0 comments No comments

  5. Somil Jain 580 Reputation points
    2026-05-08T19:12:46.7233333+00:00

    Hi Cliff Hobbs,
    You’re probably not imagining it — this sounds less like an intentional Windows UI change and more like something broken in Explorer, Snap layouts, tablet mode behavior, or graphics/input handling after an update.

    Since you can still see the resize cursor but resizing does nothing, a few likely causes are:

    • a stuck tablet/touch optimization mode,

    corrupted Explorer behavior,

    GPU driver issues,

    or a bad recent Windows update.

    Things worth trying:

    Restart Windows Explorer from Task Manager.

    Update or reinstall the graphics driver.

    Turn OFF:

    Settings → System → Multitasking → Snap windows

    Run:

       sfc /scannow
    

    and

       DISM /Online /Cleanup-Image /RestoreHealth
    

    Also test in Safe Mode — if window dragging/resizing works there, it strongly suggests a driver or shell-extension issue rather than a permanent Windows design change.

    You definitely are not the only person seeing strange window-management behavior after recent Windows 11 updates.You’re probably not imagining it — this sounds less like an intentional Windows UI change and more like something broken in Explorer, Snap layouts, tablet mode behavior, or graphics/input handling after an update.

    Since you can still see the resize cursor but resizing does nothing, a few likely causes are:

    a stuck tablet/touch optimization mode,

    corrupted Explorer behavior,

    GPU driver issues,

    or a bad recent Windows update.

    Things worth trying:

    Restart Windows Explorer from Task Manager.

    Update or reinstall the graphics driver.

    Turn OFF:

    Settings → System → Multitasking → Snap windows

    Run:

       sfc /scannow
    

    and

       DISM /Online /Cleanup-Image /RestoreHealth
    

    Also test in Safe Mode — if window dragging/resizing works there, it strongly suggests a driver or shell-extension issue rather than a permanent Windows design change.

    You definitely are not the only person seeing strange window-management behavior after recent Windows 11 updates.
    If my answer is useful for you, please hit Accept the answer to support me.

    Thank you so much,

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.