Example with Perfect Square

Calculate the square root of 625.
Step 1: Divide the number into pairs of digits, starting from the right. If there is an odd number of digits, the leftmost digit will be by itself.
6 25
Step 2: Find the largest digit that will go into the leftmost group of digits that many times, and put that as the quotient.
?
?
6 25
In this case, 2 will go into 6 two times. Two is the largest digit, because 3 will not go into 6 three times.
2
2
6 25
Step 3: Multiply the divisor by the largest digit, and subtract the product from the leftmost group of digits.
2
2
6 25
-4
2
In this case, multiply 2 by 2, and subtract 4 from 6 for a remainder of 2.
Step 4: Bring down the next group of digits to form the new dividend, and double the quotient to form the new divisor.
2
2
6 25
-4
4
2 25
In this case, bring down 25 to form 225 as the new dividend, and double 2 to form 4 as the new divisor.
Repeat step 2: Find the largest digit that can be appended to the new divisor such that the resulting number will go into the new dividend that many times, and append that to the quotient.
 2?
4?
225
In this case, 45 will go into 225 five times. Five is the largest digit, because 46 will not go into 225 six times.
 25
45
225
Repeat step 3: Multiply the divisor by the largest digit, and subtract the product from the dividend.
 25
45
225
 -225
   0
In this case, multiply 45 by 5, and subtract 225 from 225 for a remainder of 0.
Repeat step 4: If there are no more digits, the process is complete, and the quotient is the square root of the number. In this case, the quotient is 25, so the square root of 625 is 25. If there are more digits, complete step 4, and repeat steps 2-4.

Example with Imperfect Square

Calculate the square root of 2.
Step 1: Divide the number into pairs of digits, starting from the right. If there is an odd number of digits, the leftmost digit will be by itself.
2
Step 2: Find the largest digit that will go into the leftmost group of digits that many times, and put that as the quotient.
?
?
2
In this case, 1 will go into 2 one time. One is the largest digit, because 2 will not go into 2 two times.
1
1
2
Step 3: Multiply the divisor by the largest digit, and subtract the product from the leftmost group of digits.
1
1
2
-1
1
In this case, multiply 1 by 1, and subtract 1 from 2 for a remainder of 1.
Step 4: Bring down the next group of digits to form the new dividend, and double the quotient to form the new divisor. If there are no more digits, but the remainder is not 0, bring down two zeros to form the new dividend, and add a decimal point to the quotient.
1.
1
2 
-1
2
1 00
In this case, bring down 00 to form 100 as the new dividend, add a decimal point to the 1 in the quotient, and double 1 to form 2 as the new divisor.
Repeat step 2: Find the largest digit that can be appended to the new divisor such that the resulting number will go into the new dividend that many times, and append that to the quotient.
 1.?
2?
100
In this case, 24 will go into 100 four times. Four is the largest digit, because 25 will not go into 100 five times.
 1.4
24
100
Repeat step 3: Multiply the divisor by the largest digit, and subtract the product from the dividend.
 1.4
24
100
  -96
   4
In this case, multiply 24 by 4, and subtract 96 from 100 for a remainder of 4.
Repeat step 4: Bring down two more zeros to form the new dividend, and double the quotient (without the decimal point) to form the new divisor.
 1.4
24
100
  -96
28
  400
In this case, bring down 00 to form 400 as the new dividend, and double 14 to form 28 as the new divisor.
Repeat step 2: Find the largest digit that can be appended to the new divisor such that the resulting number will go into the new dividend that many times, and append that to the quotient.
  1.4?
28?
400 
In this case, 281 will go into 400 one time. One is the largest digit, because 282 will not go into 400 two times.
  1.41
281
400 
Repeat step 3: Multiply the divisor by the largest digit, and subtract the product from the dividend.
  1.41
281
400 
  -281
  119
In this case, multiply 281 by 1, and subtract 281 from 400 for a remainder of 119.
Repeat step 4: Bring down two more zeros to form the new dividend, and double the quotient (without the decimal point) to form the new divisor.
  1.41
281
400 
  -281
282
11900
In this case, bring down 00 to form 11900 as the new dividend, and double 141 to form 282 as the new divisor. Repeat steps 2-4 to produce more digits after the decimal point.