XBox One Controller Has Constant Input Even When Not In Use

I’m seeing an issue where the Input Manager is telling me that the axis I have mapped to the left stick of an XBox One controller is always -1.0f even when I’m not touching the controller. This is on PC. Has anyone seen anything like this?

maybe try to increase the dead zone value, and also, try to see if your stick is working fine.
You can also try to debug the value of the stick to see what’s happening when moving this particular stick

Triggers’ rest pose is -1, so you need to query each axes’ rest pose at the boot up and compare input values to them.
edit:
Sticks should rest at zero, though.
Are you sure you query the correct axis?