Definition
Write-Back Stage
The write-back stage is the pipeline stage in which a computed result is written into the destination register.
This may be an ALU result or a value loaded from memory.
Role
End of the instruction path
For many instructions, write-back is the stage in which the architectural result finally becomes visible in the register file.
This matters for data hazards, because a later instruction may need that value before write-back has completed.