---
title: "Set Precision\n"
space: "ERPNext"
url: "https://docs.frappe.io/erpnext/set-precision"
updated: "2026-07-05"
---

In ERPNext, default precision for **Float**, **Currency** and **Percent** field is three. It allows you to enter value having value upto three decimal places.

You can also change/customize the precision settings globally or for a specific field.

To change the precision globally, go to:

> Desktop > ERPNext Settings > System Settings

![](/files/image3ab078.png)

Alternatively, you can also set field specific precision. To do that go to [Customize Form](/erpnext/customize-form) and select the DocType there. Then go to the specific field row and change precision. Precision field is only visible if field-type is one of the Float, Currency and Percent.

![](/files/imagec55c4e.png)

