Regression with PowerShell Write-Progress #18055

Closed
opened 2026-01-31 06:02:27 +00:00 by claunia · 2 comments
Owner

Originally created by @ocitrev on GitHub (Jul 27, 2022).

Windows Terminal version

1.14.1963.0

Windows build number

10.0.22000.795

Other Software

PowerShell 7.2.5

Steps to reproduce

Using PowerShell 7.2.5, run the following command

0..100 | %{ Write-Progress "$_%" -Percent ($_); sleep -ms 10 }

Expected Behavior

Progress bar should be rendered in full

See this video captured in version 1.13
terminal-1 13

Actual Behavior

The progress bar is not properly rendered

See this video captured in version 1.14
terminal-1 14

Originally created by @ocitrev on GitHub (Jul 27, 2022). ### Windows Terminal version 1.14.1963.0 ### Windows build number 10.0.22000.795 ### Other Software PowerShell 7.2.5 ### Steps to reproduce Using PowerShell 7.2.5, run the following command ```ps1 0..100 | %{ Write-Progress "$_%" -Percent ($_); sleep -ms 10 } ``` ### Expected Behavior Progress bar should be rendered in full See this video captured in version 1.13 ![terminal-1 13](https://user-images.githubusercontent.com/2294428/181294066-d5edaf87-7a57-4418-8c0d-dbe7363f46fd.gif "Write-Progress in version 1.13") ### Actual Behavior The progress bar is not properly rendered See this video captured in version 1.14 ![terminal-1 14](https://user-images.githubusercontent.com/2294428/181294095-cf58c5d8-33f4-433e-9a43-6ce2fdf5805e.gif "Write-Progress in version 1.14")
claunia added the Issue-BugResolution-Duplicate labels 2026-01-31 06:02:27 +00:00
Author
Owner

@zadjii-msft commented on GitHub (Jul 27, 2022):

/dup #13229

@zadjii-msft commented on GitHub (Jul 27, 2022): /dup #13229
Author
Owner

@ghost commented on GitHub (Jul 27, 2022):

Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!

@ghost commented on GitHub (Jul 27, 2022): Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#18055