How to find where the executable is located in Windows? Use the where command in CMD.

where gcloud
C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\bin\gcloud
C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\bin\gcloud.cmd

It will list multiple locations if you have several versions installed on your system.