A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
As the leading zero is not appearing when CONCATENATE is used I belive we can assume A2 contains a number and a custom number format of 00000 is applied.
Therefore you need to apply that same custom number format within the concatenation.
=CONCATENATE("W",TEXT(A2,"00000"))