How do I programmatically change the Title in a wpf window? December 30, 2023 by Tarik To change it you can simply alter the Title property from your code: this.Title = "Something new";