How To Fix VS Code Not Responding Issue | VS Code Slow Startup Fix | Window Is Not Responding Error
Feb 28, 2026
Get the full source code of application here:
Show More Show Less View Video Transcript
0:00
Uh hello guys. In this video, I'll show
0:02
you some potential fixes to actually
0:04
solve the problem. If your VS code is
0:07
slow in starting up or if it is not
0:09
responding while you actually work or
0:11
code inside it or the window is not
0:14
responding or if any of the errors are
0:16
coming. So you can watch this video. I
0:18
will show you some potential fixes. So
0:21
first of all if your VS code is not
0:23
responding first of all close that and
0:26
go to task manager and also close in the
0:31
background if you are running VS code
0:35
you just need to search for code related
0:38
process. So if you basically launch VS
0:41
code inside task manager
0:47
most of the time this process will come
0:49
which is code.
0:51
So you need to basically close all the
0:53
processes. So these are background
0:56
process which run. So just restart your
0:58
VS code by right-clicking it and click
1:01
on end task. So this will completely
1:03
turn off VS code.
1:05
After that you can relaunch the VS code
1:09
and try to see if the problem is solved.
1:12
If the problem is not solved then there
1:15
is another thing that you can do. You
1:17
can go to command prompt
1:20
and uh you can disable extensions all
1:25
the extensions and launch VS code and
1:28
for that there is a command here which
1:30
you can do which is code dash disable
1:34
dash extensions. This command will
1:37
actually disable all the extensions that
1:40
you have installed inside VS code and
1:42
launch the VS code
1:44
like this. So now this instance of VS
1:47
code all the extensions will be disabled
1:50
and you can actually find out which
1:53
extension is creating the problem.
1:56
So all the extensions will be disabled
1:58
as you will see.
2:01
So in this easy way this command lets
2:03
you do that. So if the VS code is
2:07
working properly then you need to
2:11
actually go to extensions one by one
2:16
actually see disable this extension all
2:20
the extension that you have installed
2:21
one by one do that and just find out
2:24
which extension is creating the problem.
2:26
So you can do that. The third fix is
2:28
that you can actually open this
2:32
directory which is first of all
2:36
go to C directory and then go to users
2:39
directory
2:41
inside that whatever is your username go
2:43
to that and then there is a folder
2:46
called as app data go to that folder and
2:50
then inside that we have the roaming
2:51
folder and inside that we have this code
2:55
folder.
2:57
So here all the VS code related files
2:59
are present. So go into this folder and
3:02
inside this folder you will find out
3:05
three folders. First of all this folder
3:07
catch. So it stores all the catch
3:10
related files. So first of all delete
3:13
this folder
3:16
and also delete this folder and that
3:18
which is catch data.
3:20
So just right click delete this as well.
3:24
And also there is a third folder which
3:26
is GPU catch.
3:29
This stores all the GPU related files
3:33
also select all this and delete this as
3:36
well. So delete all these three folders
3:39
and reopen VS code
3:41
and also there is uh workspace storage
3:44
folder as well. So if you search for
3:46
this workspace
3:49
I think it's related inside
3:52
there will be a user folder. Yeah. So go
3:55
into the user folder and inside this
3:58
there will be this workspace
4:00
storage folder. So also delete this as
4:02
well all the files which are there. This
4:04
just contains the catching
4:08
related files related to VS code. So
4:10
once you delete this restart your VS
4:12
code. This will fix corrupted workspace
4:15
issues. And then there is another fix
4:18
you can do which is disable your GPU.
4:21
For that there is this command here
4:23
which you can write
4:29
code d- disable
4:32
GPU. So if you are using a graphical
4:35
processing unit, a graphics card, you
4:37
can disable this uh VS code by this
4:40
command and then run that. So if this
4:44
works then you can actually
4:48
you can open settings search hardware
4:51
acceleration and disable it permanently
4:54
and if it doesn't also work you can
4:57
actually update your VS code
5:00
to help section and simply check this
5:03
option check for updates and if any sort
5:06
of new update is there inside VS code
5:08
you can download that and
5:15
and install that. And if also any
5:17
antivirus is running inside your
5:19
computer, then you can actually disable
5:22
that antivirus
5:25
potentially to actually see if the issue
5:27
is solved or not.
5:30
And if all these solutions doesn't work
5:32
then there is a last solution that you
5:34
can do is that you can un uninstall VS
5:38
code completely and re reinstall.
5:44
So
5:45
basically wherever VS code is installed.
5:48
So just search VS code right click open
5:51
file location
5:53
again open file location. So right here
5:56
the VS code exe file is present. So here
5:59
also you will see this uninstall. Simply
6:02
run that setup. So are you sure you want
6:04
to completely remove VS code? Simply
6:07
click yes. So this will uninstall
6:10
everything and then you can install a
6:12
fresh copy of VS code. So
6:16
you can search VS code download. So
6:19
simply download a fresh copy and this
6:21
will 100% will fix your problem because
6:25
you will start from scratch.
6:29
So you can actually apply these
6:30
solutions one by one. So if your problem
6:33
is solved just comment which solution
6:35
fix your problem and also like the video
6:38
and subscribe the channel.
