The fast Walsh-Hadamard transform (WHT) is widely used in signal and image processing for its binary-valued basis. It achieves a low computational complexity of \(O\left( {Nlog_{2} N} \right)\) by leveraging recursive operations with a butterfly structure. However, its parallel implementation through conventional ad-hoc methods often requires substantial hardware resources. Thus, hardware reduction in conventional parallel architectures remains a challenging task. This paper presents a hardware-efficient design of a single-stage 4-point WHT integrated circuit (IC) that serves as a building block for scalable \(N\) -point transforms. Unlike traditional multi-stage architectures, the proposed method restructures the parallel computation into a single-stage, reusing the same hardware via feedback connections to compute all \(log_{2} N - 1\) stages. This design requires only \(N/4\) ICs and significantly reduces hardware usage—by 88.6–97.7%—compared to existing architectures. For 8 and 16-point transforms, it achieves area savings of up to 93.5%, power reduction up to 48.9%, and MCP (multi cycle path) improvement up to 42%, with no loss in parallel processing efficiency. The effectiveness is validated on an Artix-7 FPGA (Field Programmable Gate Array) board using Vivado, and also on an OpenGate 45 nm library cell using the Synopsys Design Compiler.