My Z Address balance says 14.22121321. But amount that was deposited into my Z Address was 22.6743662. Please get this balance correct. I’m using the WINZEC application.
My ZEC Z Address: zc8kAz2YCaFv8dBxQGEZDym68UjFyY5FinQFtkZ8k9vi51sSk4ktbcph4KeLCc7qSAhFsM6VmiaVZXRJGwReoPjANacvmms
That’s hard to diagnose as nothing is public for a z-addr. I’d rule out any WinZEC GUI issues first by getting the data directly from the underlying zcashd instance. If you can get to the command line and run the zcash-cli command run (from the C:\Program Files\winzec directory)
zcash-cli.exe z_gettotalbalance and see if those values match
Edit: Also I’d recommend downloading zec-qt-wallet from Releases · ZcashFoundation/zecwallet · GitHub. Just install it and it’ll use your existing data directory so will just work.