WHY DID MY REFUND GO DOWN WHEN I ADDED ANOTHER W-2? When you added more income, your tax liability increased, so you saw your refund decrease. Your refund (or tax due) is based on the total of your income, not “per W-2.” Wait until you have entered ALL of your income and deduction information.
Why did I only get a portion of my refund?
The most common reason for this is a refund offset. All or part of a taxpayers refund may have been used (offset) to pay off past-due federal tax, state income tax, state unemployment compensation debts, child support, spousal support, or other federal nontax debts, such as student loans.
Why does my federal refund keep going down?
Most people see their refund go down, sometimes by a lot, after entering a second W-2. This is because we start you off with the full standard deduction, which we subtract from the income you’ve entered so far. Their gross income for the year is $32,000, with total withholdings of $3,200.
How to finish a prior-year return that I?
If you started your 2017, 2018, or 2019 return in TurboTax Online but weren’t able to file it before the shutdown, you can finish and paper-file it in the TurboTax download software for PC or Mac. Start by purchasing and downloading the software and install it on your computer.
How to wait for the second function to finish?
For the second function, you can use async/await function where you will await for the first function to complete before proceeding with the instructions. Note: You could simply resolve the Promise without any value like so resolve (). In my example, I resolved the Promise with the value of y that I can then use in the second function.
How to finish a prior year return that I started in TurboTax?
May 24, 2019 4:22 PM How do I finish a prior-year return that I started in TurboTax Online? If you started your 2017, 2018, or 2019 return in TurboTax Online but weren’t able to file it before the shutdown, you can finish and paper-file it in the TurboTax download software for PC or Mac.
How to wait for a subprocess to finish?
wait also (optionally) takes the PID of the process to wait for, and with $! you get the PID of the last command launched in background. Modify the loop to store the PID of each spawned sub-process into an array, and then loop again waiting on each PID.