Which command on Windows -> Where

We are using which command on linux to locate the command file, so what is the smilar command on Windows?

CMD

1
where <your cmd>

Powershell

1
where <your cmd>