Driver Power State Failure - MATLAB R2016a on Windows 10
Show older comments
I am doing my homework using MATLAB R2016a on Windows 10. I keep receiving an error saying "Driver Power State Failure," and the computer freezes and restarts over and over. I really need your help. Thank you so much!
7 Comments
Tugce Ozgur
on 22 Jul 2016
I couldn't even downloaded. There is a problem please help us!
Walter Roberson
on 22 Jul 2016
Are you trying to train Convulational Neural Networks (CNN) ?
Devin Swift
on 7 Oct 2016
I am having this same issue, any luck on fixing it?
H Ars
on 7 Jun 2017
Same here. I updated the graphic card driver but nothing has changed. I have a laptop with GeForce GTX 1060 graphics. It is strange that the issue does not seem to occur when an external display is connected to the laptop and used instead of the laptop's default screen. Any thoughts?
Joshua Peters
on 26 Feb 2018
I have had the same issue running R2017a on Windows 10. The failure only occurs when MATLAB is running. I have updated or replaced all audio and graphics drivers with no luck.
Avicena Avicena
on 6 Sep 2019
I had the same problem on my Dell 7590 Inspiron with Windows 10 Pro (last updated 9/5/2019). For months now, sometimes when I tried to plot something simple with Matlab, my PC crashes with the "DRIVER_POWER_STATE_FAILURE" message. Recently it got worse: it Matlab crashed my PC every single time. My PC has two Display adapters: Intel® UHD Graphics 620 and NVIDIA GeForce Mx150. I updated the NVIDIA display driver and Matlab continued crashing the PC. The Intel version is "up to date"... but I noticed that the most recent version was in May 2019, about the time when my troubles began.
So I installed the previous version of the Intel UHD Graphics 620 driver, and Matlab's been working all afternoon today. So it could be a conflict between the most recent Intel display driver and Matlab.
Walter Roberson
on 6 Sep 2019
The date format on the download page at Intel is month/day/year so the .7158 was released September 5th, not May 9th.
The previous version, .7000 is August 1 2019
Answers (2)
Walter Roberson
on 7 Oct 2016
0 votes
You might need to update your graphics driver. (Or possibly some other driver.)
1 Comment
Avicena Avicena
on 6 Sep 2019
If that doesn't work, try an older version of your graphics driver. I think the most recent display driver from Intel (May 2019) messed it up.
toriqul toriqul
on 9 Oct 2019
0 votes
clc
clear all
x=linspace(0,2*pi;,50)
Y=cos(x);
stem(x,y)
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!