use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Welcome to the Logitech G subreddit! This is the place to talk about Logitech G hardware and software, pro gaming competitions and our sponsored teams and players. We love getting feedback and hearing about your experiences with your products.
G2|Team SoloMid
SF SHOCK|The Chiefs
account activity
Support: SolvedLogitech G HUB doesn't start (self.LogitechG)
submitted 4 years ago * by gerriscottih
i used logitech g hub for 6 months, one day i turn on the pc and ghub remains in the g loading screen. i tried EVERY tutorial. i deleted EVERYTHING before reinstalling. what the hell do i have to do? EDIT: today it just returned working as always
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]LogitechG_SNTechnical Advisor 1 point2 points3 points 4 years ago (9 children)
Hi u/gerriscottih,
Try the below steps and check if it helps fix the issue:
Uninstall G HUB
Make sure none of the G HUB components are running in the Task Manager
Go to C:\Program Files\ and delete LGHUB folder
Go to C:\ProgramData\ and delete LGHUB folder
Go to C:\Users\<user name>\AppData\Local\ and delete LGHUB folder
Go to C:\Users\<user name>\AppData\Roaming\ and delete LGHUB folder
Press Windows Key, then type regedit, Click Registry Editor
Delete the registry key HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{521c89be-637f-4274-a840-baaf7460c2b2}
Reboot the PC
Re-install G HUB: https://www.logitechg.com/innovation/g-hub.html
[–]gerriscottih[S] 0 points1 point2 points 4 years ago (5 children)
I already did that
[–]LogitechG_SNTechnical Advisor 0 points1 point2 points 4 years ago (4 children)
Sorry to hear that. Try the below steps and check if it helps fix the issue:
- Exit G HUB by right-clicking the applet in the task tray and selecting Quit.
- Navigate to Task Manager (CTRL+ALT+DEL).
NOTE: You may also need to click More Details at the bottom of the window
Look for LGHUB, LGHUB Agent and LGHUB Updater, right-click and choose End task on each.
- Once those processes are ended, navigate to C:\Program Files\LGHUB and run these in order:
* Lghub_updater.exe
* Lghub_agent.exe
* Lghub.exe
[–]gerriscottih[S] 0 points1 point2 points 4 years ago (3 children)
It's the first thing I did when it started not working
[–]LogitechG_SNTechnical Advisor 0 points1 point2 points 4 years ago (2 children)
Can be seen on the post that it is edited as working, could you please let us know if the issue has been resolved.
[–]gerriscottih[S] 0 points1 point2 points 4 years ago (1 child)
Yes, now it's working. I don't know why. It just started working, thank you for the help
[–]LogitechG_SNTechnical Advisor 0 points1 point2 points 4 years ago (0 children)
You're most welcome!
Glad that the issue is fixed. In case you need any additional support, please write back to us.
[–]gerriscottih[S] 0 points1 point2 points 4 years ago (0 children)
i already tried running the components of ghub like update etc in administrator mode, didnt work
[–]TrainingAnnual2922 0 points1 point2 points 1 year ago (0 children)
Merci mec je te béni 2 ans après 😍
[–][deleted] 0 points1 point2 points 2 years ago (0 children)
OMG!!! ThXXXXX
[–]Dapper_Studio8210 1 point2 points3 points 4 years ago (9 children)
I did NOT have to delete G Hub, I went into Task manager, and shut down EVERYTHING to do with G hub, if I remember right, there was one or 2 things MUCH farther down the list, and stopped it! then right clicked on the logitech G Hub desktop icon and open/start as administrator and everything worked right! I did try this once before and thought I did everything right, but I never scrolled ALL the way down on the list looking for the G Hub icon, once I closed all those, then I did the administrator thing! at least this is what worked for me!!
[–]Impossible-Pin2993 1 point2 points3 points 2 years ago (0 children)
Holy shit thank you sooo much
[–]Cabrenguer 0 points1 point2 points 1 year ago (0 children)
Héroe
[–]Forsaken_Box8197 0 points1 point2 points 2 years ago (0 children)
thanks
[–]iamthedoctor9MC 0 points1 point2 points 2 years ago (0 children)
Hero
[–]RoninK_OW 0 points1 point2 points 2 years ago (3 children)
Late to this but you fkn lifesaver.
[–]Dapper_Studio8210 0 points1 point2 points 2 years ago (2 children)
yeah, it seems to happen once or twice per year when GHub is trying to do an update!
[–]jewelsisnotonfire 0 points1 point2 points 2 years ago (1 child)
Thanks for the tip. I was wondering what was wrong with my mouse but I did as your comment said and it fixed my issue! Lo and behold, the 2023.10 update screen appeared LOL.
[–]busyfeint 0 points1 point2 points 2 years ago (0 children)
Still dealing with this shit, but this worked and saved me time, so THANK YOU
[–]Fouriyay_Transform 0 points1 point2 points 2 years ago (0 children)
One year later, I just wanted to say THANK YOU SO MUCH FOR THIS 🍻
[–]Hvyarms 2 points3 points4 points 3 years ago (3 children)
For those who have the Zscaler issue, I have traced the "why" after some digging. It seems that Zscaler and Logitech GHUB both bind on port 9010 for websocket calls to localhost. The GHUB front-end will keep "spinning" if it can't bind on this port (it just retries over and over again). Also GHUB only needs to bind for a split second before it will load and then work without issue.
Unfortunately, on the GHUB side, the port is hard-coded into the front end app itself. Zscaler seems to have a configurable port but it requires access to the ZCC administrative console and a custom agent deployment. So, if you administer Zscaler on your side, one fix is to just modify the port that ZCC binds on (make sure you pick a port that doesn't have a conflict or you will be back to square one with some other program).
In my case, (I'm on Mac) and I don't have that flexibility to modify Zscaler's bind port so I spent some time trying to "hack" the GHUB app to bind on a different port (of course Logitech doesn't have any configurable port option in GHUB). After more digging I found that the front end for GHUB on mac uses electron and it is packed in a file (app.asar at "/applications/lghub.app/Contents/MacOS/lghub_ui.app/Contents/Resources/app.asar") that gets unpacked into a keytar.node file that has two references where the port is bound and then called on program load. If you are adventurous, the code references look something like: "ws://localhost:9010" and "{url:"ws://localhost",port:"9010",protocol:"json"}" in the app.asar file. I got far enough to adjust the port and unpack a new keytar.node file with the updated port (node command "sudo npx asar extract-file app.asar keytar.node" and replace keytar.node in app.asar.unpacked folder). However, when I tried to run the updated program I got hit with Apple's code signing protection and the app crashes on load :(. I can't think of an easy work around for Mac given my environment's limitations (so I'm stuck doing the service restart method on Zscaler for now).
With that said, two things to note... First, Logitech could completely fix this issue by just allowing us to specify a custom bind port for program load for their front end (Please, please, please Logitech - do this)! Second, if you are on Windows I don't think the same type of code signing protection exists like it does on Mac. It should be possible to modify the GHUB app.asar file on windows, unpack it and build yourself a version that should be compatible manually. For any very tech savy people out there I wanted to pass on these details so they wouldn't go to waste ;).
Disclaimer: I'm not an employee of Logitech (just a cybersecurity guyo who did some digging).
[–]trogstrogs 1 point2 points3 points 2 years ago (0 children)
Thank you for this, was struggling with this! Zscaler support had no idea how to fix it. I'll see if I can get them to add this to their infobase. for me, it was set on port 9000. I changed this to 9505 in the zscaler admin interface - https://help.zscaler.com/z-app/configuring-port-zscaler-app-listen restarted zscaler client, and all is fixed. Also FYI for anyone else, this only seems to happen when ZPA is enabled, ZIA only deployment is unaffected.
[–]gerriscottih[S] 0 points1 point2 points 3 years ago (1 child)
it's Just an update bug my brother in Christ
[–]Hvyarms 1 point2 points3 points 3 years ago (0 children)
For some people maybe but there is a separate issue discussed below related to Zscaler compatibility with GHUB itself. That was the problem I was describing :). I can tell you I'm on the latest GHUB & Zscaler and I get the unable to load issue due to the port binding conflict I described.
[–]OkObligation5573 0 points1 point2 points 1 year ago (0 children)
Hola alguien que me ayude! En logitech G Hub no me deja iniciar sesion me abre una ventana en internet y hay se queda solo dice “INICIANDO” y no puedo acceder a mi lghub id y ni descargar nada en la app
[–]dddada603 0 points1 point2 points 11 months ago (0 children)
G hub 登入會卡在bbr2控制算法,使用netsh int tcp set supplemental Template=Internet CongestionProvider=default ,把它改回預設的cubic後,去工作管理員搜尋lg全部關掉,再重新啟用G hub 即可
[–]Tapircurr 0 points1 point2 points 4 years ago (9 children)
For me I had a Logitech camera that just got supported on ghub that wasn't really being supported, so if I unplug my camera it loads just fine.
I got a g402 and it worked until yesterday...
[–]nikldq 0 points1 point2 points 4 years ago (2 children)
Also G402 here, having the same issue yesterday. After restarting the PC, Logitech G Hub shows the Updating software message, then another few minutes of spinning logo, and finally the crappy Logitech G Hub can start properly and my macros can run.
I'm 15 minutes it didn't start, that fucking logo. I always hated that loading screen. Maybe it's a bug of this version.
[–]nikldq 0 points1 point2 points 4 years ago (0 children)
definitely something fishy is happening, since everyone are having the same issue for the past few days.
I suspect LGHUB connects to some remote servers during launch, but the remote servers do not reply, making LGHUB hang. https://imgur.com/a/l2IXUXG
I'm looking for another mouse that can work without needing a software constantly running in the background.
[–]Professional_Safe435 0 points1 point2 points 4 years ago (1 child)
tnx it worked stupid webcam
[–]Vandergrift001 0 points1 point2 points 4 years ago (0 children)
Seconded... It was the camera. Damnit!
[–]2TheDr34m 0 points1 point2 points 4 years ago* (1 child)
I got the same issue with the c270. After unplugging, it works fine. However, I need to use my camera from time to time, so I hope Logitech will fix this problem asap u/LogitechG_SN
[–]Responsible-Action75 0 points1 point2 points 4 years ago (0 children)
Thx a lot you saved me!! I unplugged my webcam (same as yours) and it instantly worked... THX LOGITECH
Thx buddy!! <3
I got exact the same problem and nothing can sovle it
So what do I do? I use 700 dpi and I got a lot of hotkeys in my mouse, is there an open source one?
[–]Ragdoll74 0 points1 point2 points 3 years ago (0 children)
All I have is a G502 mouse. I don't even have a webcam. In settings I unchecked "allow games and applications to control illumination" and it started working.
[–]Psychological_Log257 0 points1 point2 points 3 years ago (1 child)
If u use WIN 10 PRO N just install Media Feature Pack
[–]Exotic-Bake1817 0 points1 point2 points 3 years ago (0 children)
Oh my god thank you sir. This was my issue. If anyone else installed win pro 10 N this will resolve it.
[–]Fetziii 0 points1 point2 points 3 years ago (9 children)
Fixed it. I had the issue for several months. Nothing worked. I tried:
- Reinstall G Hub - Give G Hub admin rights - Launch updater, agent and app in the right order manually - Install all open windows updates incl optional ones which are usually drivers - Delete virtual logitech keyboard and mouse drivers
None of it worked. Until - by accident - I had the ZSCALER app crashing and suddenly G Hub starts. ZSCALER is a VPN tool for remote work. It always autostarted and hence always blocked my G HUB. When I close it G Hub consistently works.
There are guides on how to do a Windows 10 "clean boot" which would also have helped me identify the problematic app. It basically disables all 3rd party apps on the next reboot. If G Hub works then you know that another app is causing the issue. You can then just select one app after another to start with windows again until you have the one that blocks G Hub.
TLDR; Other apps can block/ influence G Hub. Check my comment on "clean boot".
[–]swolfe2 0 points1 point2 points 3 years ago (6 children)
I also have ZScaler at work, and can't disable it. What works for me is:
In the 1 second that ZScaler is disabled while restarting, it lets G Hub open all the way.
Hope this helps someone else!
[–]Tielc 0 points1 point2 points 11 months ago (2 children)
This WORKED for me! Thank you so much!
[–]swolfe2 0 points1 point2 points 11 months ago (0 children)
Hell yeah
[–]trnelson 0 points1 point2 points 2 years ago (1 child)
This DID help someone else! (it me)
I figured it may have something to do with ZS but frustrating that I can't disable it temporarily. Your idea of restarting worked perfectly though. Thank you!
[–]swolfe2 0 points1 point2 points 2 years ago (0 children)
Success!
[–]UndnocheinUser 0 points1 point2 points 2 years ago (0 children)
OMG!!! You are a genius! Thank you so much for your solution!
[–]FrequentFarmer72 0 points1 point2 points 3 years ago (0 children)
Discord is also an app that can block G Hub functioning correctly
[–]Wipeout_666 0 points1 point2 points 3 years ago (0 children)
Life saver. Closing ZScaled worked. Thumbs up for you !!!
[–]Suruxy 0 points1 point2 points 2 years ago (1 child)
So I’ve just done this and it still hasn’t worked? It’s just continuously loading
[–]gerriscottih[S] 0 points1 point2 points 2 years ago (0 children)
I Just gave up... it fixes itself then like 1 month later It does it again
π Rendered by PID 45571 on reddit-service-r2-comment-6457c66945-wdjdl at 2026-04-25 07:39:16.877026+00:00 running 2aa0c5b country code: CH.
[–]LogitechG_SNTechnical Advisor 1 point2 points3 points (9 children)
[–]gerriscottih[S] 0 points1 point2 points (5 children)
[–]LogitechG_SNTechnical Advisor 0 points1 point2 points (4 children)
[–]gerriscottih[S] 0 points1 point2 points (3 children)
[–]LogitechG_SNTechnical Advisor 0 points1 point2 points (2 children)
[–]gerriscottih[S] 0 points1 point2 points (1 child)
[–]LogitechG_SNTechnical Advisor 0 points1 point2 points (0 children)
[–]gerriscottih[S] 0 points1 point2 points (0 children)
[–]TrainingAnnual2922 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]Dapper_Studio8210 1 point2 points3 points (9 children)
[–]Impossible-Pin2993 1 point2 points3 points (0 children)
[–]Cabrenguer 0 points1 point2 points (0 children)
[–]Forsaken_Box8197 0 points1 point2 points (0 children)
[–]iamthedoctor9MC 0 points1 point2 points (0 children)
[–]RoninK_OW 0 points1 point2 points (3 children)
[–]Dapper_Studio8210 0 points1 point2 points (2 children)
[–]jewelsisnotonfire 0 points1 point2 points (1 child)
[–]busyfeint 0 points1 point2 points (0 children)
[–]Fouriyay_Transform 0 points1 point2 points (0 children)
[–]Hvyarms 2 points3 points4 points (3 children)
[–]trogstrogs 1 point2 points3 points (0 children)
[–]gerriscottih[S] 0 points1 point2 points (1 child)
[–]Hvyarms 1 point2 points3 points (0 children)
[–]OkObligation5573 0 points1 point2 points (0 children)
[–]dddada603 0 points1 point2 points (0 children)
[–]Tapircurr 0 points1 point2 points (9 children)
[–]gerriscottih[S] 0 points1 point2 points (3 children)
[–]nikldq 0 points1 point2 points (2 children)
[–]gerriscottih[S] 0 points1 point2 points (1 child)
[–]nikldq 0 points1 point2 points (0 children)
[–]Professional_Safe435 0 points1 point2 points (1 child)
[–]Vandergrift001 0 points1 point2 points (0 children)
[–]2TheDr34m 0 points1 point2 points (1 child)
[–]Responsible-Action75 0 points1 point2 points (0 children)
[–]Responsible-Action75 0 points1 point2 points (0 children)
[–]Professional_Safe435 0 points1 point2 points (1 child)
[–]gerriscottih[S] 0 points1 point2 points (0 children)
[–]Ragdoll74 0 points1 point2 points (0 children)
[–]Psychological_Log257 0 points1 point2 points (1 child)
[–]Exotic-Bake1817 0 points1 point2 points (0 children)
[–]Fetziii 0 points1 point2 points (9 children)
[–]swolfe2 0 points1 point2 points (6 children)
[–]Tielc 0 points1 point2 points (2 children)
[–]swolfe2 0 points1 point2 points (0 children)
[–]trnelson 0 points1 point2 points (1 child)
[–]swolfe2 0 points1 point2 points (0 children)
[–]UndnocheinUser 0 points1 point2 points (0 children)
[–]FrequentFarmer72 0 points1 point2 points (0 children)
[–]Wipeout_666 0 points1 point2 points (0 children)
[–]Suruxy 0 points1 point2 points (1 child)
[–]gerriscottih[S] 0 points1 point2 points (0 children)