Battery drain after an update usually comes down to a few things working against you simultaneously. One thing that gets overlooked is that Windows Update itself runs maintenance tasks for days afterward - indexing files, updating drivers in the background, and rebuilding caches. Even though Task Manager looks clean on the surface, there's often stuff happening in the scheduler that doesn't show up as a massive CPU spike. I had this exact problem a couple years back where my machine went from solid all-day battery to barely lasting through lunch, and it turned out Windows Search was doing a full index rebuild that wasn't obvious until I dug into the Details tab and sorted by disk usage instead of CPU.
Check a few things beyond Task Manager. Open Settings > System > Battery and scroll down to see which apps are actually consuming power - this view sometimes catches culprits that Task Manager hides. Also look at Device Manager to see if any drivers got updated and are misbehaving; you can check driver dates and roll back recent ones if needed. Power Plan settings matter too - make sure you're still on a balanced or power saver profile, not high performance, since updates sometimes reset these. If it's been a week and things haven't improved, Windows has likely finished its background work by now, so a clean restart might help reset whatever processes are stuck.
One more thing worth trying: run `powercfg /batteryreport` in command prompt to generate a detailed battery health report. It'll show you estimated battery life trends and can tell you if the battery itself degraded or if it's truly a software issue. If the report shows normal health but drain is still crazy, you're dealing with a software problem that might need a driver rollback or possibly a fresh Windows install as a last resort. Worst case, check if there's a newer update available - sometimes a hotfix comes out quickly to address these issues.