Black screen after windows 10 update


Recommended Posts

i have a dell laptop that was running windows 7. I updated to windows 10 via windows update, the update was downloaded and began installing but now it sits at a blank screen after the windows splash screen.

I can access the recovery options when I force crash the machine but there are no restore points to choose from and windows can't automatically fix start up problems. 

Is there anything else I can try?

Thanks in advance

There was a bios update offered for the same issue with Windows 8.1 maybe this is needed again on the model you have

Try an external display on the laptop if you have one

http://www.dell.com/support/article/us/en/19/SLN116332/EN

 

  Overview

On some Dell computers, customers who upgrade to Windows 8 may find that their computer reboots to a black screen after the upgrade has completed. This issue can be fixed with an updated system BIOS for the affected systems.

I updated a Toshiba laptop running Windows 7 to 10 last night had the same black screen issue, an external monitor allowed me to complete the upgrade.  Now to update the drivers...

Edit: As I was searching online for the drivers for my device I stepped away from the computer for a moment (coffee break...) when I returned the screen (still external monitor) read that there had been an error and that the device was restarting.  After it restarted I decided to test if the restart had perhaps solved the issue, it had not but I decided to try a full shut down and see if that made a difference.  I shut down the device, unplugged the external screen and powered the device back up, this time the main screen worked and the computer is now running smoothly.  One thing that I did notice, when the computer had started after the update, and again after the restart, I received an error message stating that C:\Windows\System32\LogiLDA.dll had not started/was not working however after the shut down when I started the device I did not receive this message.  Hope this helps someone, the external monitor tip from arachnoid was a life saver for me.  Thanks arachnoid!

I has same thing happen to me yesterday. Banged my head against a wall multiple times until I turned my TV on ( 2nd monitor). Seems like Windows 10 doesn't like 2nd monitor at all so I had to physically pull the plug on my TV monitor ( disconnect a cable). I also to set my main monitor as primary to my desktop too.

If you have only 1 monitor, boot to installation disk > (F8), go to safe mode with networking and see if it works. Try to update video drivers while there.

Also in safe mode go to Power Options > Choose what power button do > Change setting that currently unavailable, and uncheck Turn On Fast Startup.

hello all,

ive downloaded Windows 10 today but before i had a 2 monitor set up and know is my second screen not working, he is also not detected in device manager.

Also i tryed to update my driver but the programm pops in the second screen so i cant reach it -_-

 

Specs:

AMD FM2 A8-6600K Quad Core 3,9 GHz

ASUS FM2 A88XM-A

Nvidia GTX 750 Ti 2GB

 

I has same thing happen to me yesterday. Banged my head against a wall multiple times until I turned my TV on ( 2nd monitor). Seems like Windows 10 doesn't like 2nd monitor at all so I had to physically pull the plug on my TV monitor ( disconnect a cable). I also to set my main monitor as primary to my desktop too.

If you have only 1 monitor, boot to installation disk > (F8), go to safe mode with networking and see if it works. Try to update video drivers while there.

Also in safe mode go to Power Options > Choose what power button do > Change setting that currently unavailable, and uncheck Turn On Fast Startup.

Hi, just attempted to install windows 10 but kept getting a screen flicker that won't allow me access.  A number of apps appear then go again.  Any ideas people

I has same thing happen to me yesterday. Banged my head against a wall multiple times until I turned my TV on ( 2nd monitor). Seems like Windows 10 doesn't like 2nd monitor at all so I had to physically pull the plug on my TV monitor ( disconnect a cable). I also to set my main monitor as primary to my desktop too.

I had a similar thing. I thought my install was broken but it just defaulted to my HDTV, which I usually have turned off. Microsoft really should add some colour or other visual indications—at least on a new install—as it's not obvious what has happened. It's just one of many poor design choices.

Do you have any secondary screens connected?

Probably not cause it's a laptop but it  sure does look like it.

Upon installation windows should really duplicate desktop to both screen instead of outputting to the one listed as the computer screen cause it's often not the one the user want to use as the main display.

I did find an interesting problem on an E6500 Latitude upgraded from 8.1 to 10.

Once the upgrade was done, and all the latest drivers were installed by Windows 10 automatically... black screen after the windows booting graphic.

I was able to teamviewer into it, and noticed this was the issue. "Adjust my screen brightness automatically" was "On". It is located under Start>Settings>System>Display and about half-way down.

Turned this off via teamviewer, and viola, the user could see the screen again.

When it was black, it was totally off, not like looking at a LCD screen with it turned all the way down, just totally black.

If you don't have a remote software installed, perhaps hookup an external monitor to adjust the setting.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • I literally tried to install it on my PC today and it crashed upon every start up. I tried all the tricks, terminate and remove cache, uninstall, reinstall, reboot, install via winget.. in the end I had my call with Brad Wardell on Google Meet. Oh I also tried Teams on the web, and got no video or audio (yes I allowed mic and camera).
    • Microsoft explains how it made Teams so much faster in 2026 by Usama Jawad Microsoft Teams is Redmond's flagship online communication and collaboration tool, primarily used in enterprise, government, and school environments. It regularly receives updates, with Microsoft frequently revealing features currently in development as well, such as Efficiency Mode and a dedicated app for meeting recaps. Now, the company has shed some light on the backend enhancements it has made to its popular software in 2026. During the first half of 2026, switching between chats has become 20% faster on desktop and web, which is especially great for less powerful devices or hardware on weak networks. Microsoft explains that it tracks two types of chat switches. The first is a warm switch, which relates to returning to a recent chat, in which case it is most likely already present in memory and should load extremely fast. The other is a cold switch where a chat that hasn't been opened recently is now opened. Naturally, the second type of chat switch was causing the most notable latency spikes. Microsoft realized that this was happening because of three reasons. First, the query to fetch conversation data was being fired too late. Next, queries were being sent sequentially, increasing the overall round-trip time. Finally, there was no handling of response priority, which meant that non-critical responses would sometimes block the main thread. Microsoft solved all of these problems by firing the data query immediately, bundling queries to be sent together so that they wouldn't create a "waterfall" effect, and enabling faster painting of the frame. As a result, warm and cold switches now have almost the same latency, and the only distinguishable difference between them is due to the data layer response time. Next, Microsoft focused on reducing app hangs and freezes on macOS and iOS by 35%. On macOS, the company has a health monitor thread running in the background that does exactly what it says on the tin. The tech firm built a dedicated StackDecoder tool to analyze health monitor's output at scale. Through this combination, it decided to move several error reporting and monitoring threads either to the background or treated them as an asynchronous call so that they wouldn't block the main thread, causing Teams to freeze. On iOS, the same result was accomplished through optimization of computations, caching, offloading operations from the main thread, refactoring database access behaviors, deferring non-critical tasks, and more. On a related note, it also made people search 25% on iOS by optimizing the query pipeline, and efficient database task queuing and scheduling. However, Microsoft has emphasized that improving Teams' performance is an ongoing endeavor, and that it hopes that these efforts will continue to make the software a reliable partner in online communication scenarios. On a related note, Microsoft recently unveiled some upcoming performance upgrades for OneDrive on macOS too, and you can check those out here.
  • Recent Achievements

    • First Post
      StaticMatrix earned a badge
      First Post
    • Week One Done
      StaticMatrix earned a badge
      Week One Done
    • Rookie
      lamborghiniv10 went up a rank
      Rookie
    • One Month Later
      pinnclepd earned a badge
      One Month Later
    • First Post
      X-No-file earned a badge
      First Post
  • Popular Contributors

    1. 1
      +primortal
      520
    2. 2
      PsYcHoKiLLa
      209
    3. 3
      +Edouard
      147
    4. 4
      Steven P.
      97
    5. 5
      ATLien_0
      83
  • Tell a friend

    Love Neowin? Tell a friend!