# Why pooling libraries at the same concentration does not change the final pool concentration

When pooling libraries for Illumina sequencing, the libraries are first normalized to the same concentration, then equal volumes are pooled to yield a pool of the same concentration of each of the original normalized libraries.

* When adding two solutions of the same concentration, the final concentration does not change.
  * For example, if adding 20 µl of a 4 nM solution to 20 µl of another 4 nM solution, the final solution is 4 nM.\*
  * Note that the concentration of the *entire solution* is 4 nM, but the concentration of *each library* would be < 4 nM. For sequencing purposes to obtain the optimal cluster density or occupancy, it is the concentration of the entire solution that matters.

**Definitions**:

Molarity is the number of moles per liter of solution.

Nanomolarity is nanomoles (nmol) per liter.

**\*The following is an example calculation pooling the same volume of two normalized solutions from the above example.**\
(See also the diagram below.)

In 20 µl of a 4 nM solution:

4 nM = X nmol/0.000020 liters\
X = 0.00008 nmol

The final number of moles will be the total sum of the nmol:

0.00008 nmol+ 0.00008 nmol= 0.00016 nmol

The total volume of solution:

0.000020 liters + 0.000020 liters = 0.0000400 liters

Nanomolarity is number of nanomoles per liter:

0.00016 nmol/0.0000400 liters = 4 nmol/liter = 4 nM

![](/files/zWpuoV5INrj0w23lH3NH)

**Adding different volumes**

The same holds true if combining different volumes of the same concentration, eg, 60 µl of a 4 nM solution to 540 µl of a 4 nM solution.

In 540 µl of a 4 nM solution:

4 nM = X nmol/0.000540 liters\
X = 0.00216 nmol

In 60 µl of a 4 nM solution:

4 nM = X nmol/0.000060 liters\
X = 0.00024 nmol

The final number of moles will be the total sum of the nmol:

0.00216 nmol+ 0.00024 nmol= 0.00240 nmol

The total volume of solution:

0.000540 liters + 0.000060 liters = 0.000600 liters

Nanomolarity is number of nanomoles per liter:

0.00240 nmol/0.000600 liters = 4 nmol/liter = 4 nM

\
\
\ <br>

|                                                                                                                                                                                                                                                                                                                                                                              |
| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| *For any feedback or questions regarding this article (Illumina Knowledge Article #8258), contact Illumina Technical Support* [*techsupport@illumina.com*](mailto:techsupport@illumina.com?subject=Question%2FFeedback%20Regarding%20Illumina%20Knowledge%20Article%20#000008258%20-%20Library%20Preparation%20\&body=Dear%20Illumina%20Technical%20Support,%0D%0A%0D%0A)*.* |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://knowledge.illumina.com/library-preparation/general/library-preparation-general-reference_material-list/000008258.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
