> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wavix.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Number Validator

> How to validate phone numbers using the Wavix portal.

## Overview

The Wavix Number validator helps you reach real customers by cleaning invalid and unreachable numbers from your data. It gives your sales and marketing teams an easy way to validate leads and improve outreach.

This guide walks you through using the Wavix Number validator.

## Prerequisites

To get started, you'll need:

* An active [Wavix account](/getting-started/create-account)
* A list of phone numbers in E.164 format (e.g., +12345678900)

<Note>Number validator is available for [Flex Pro](https://wavix.com/account-levels) customers only</Note>

## Number validation types

Wavix uses the latest international numbering data to quickly confirm if phone numbers are real and reachable.
You can choose from three types of validation: **Format**, **Analysis**, or **Validation**.

**What each request type returns**

| Parameter                    | Format | Analysis | Validation |
| ---------------------------- | :----- | :------- | :--------- |
| Phone number validity        | Yes    | Yes      | Yes        |
| Phone number country         | Yes    | Yes      | Yes        |
| Local format                 | Yes    | Yes      | Yes        |
| E.164 format                 | Yes    | Yes      | Yes        |
| MCC, MNC for mobile numbers  | —      | Yes      | Yes        |
| Type (mobile/toll-free/etc.) | —      | Yes      | Yes        |
| Current carrier              | —      | Yes      | Yes        |
| Ported status                | —      | Yes      | Yes        |
| Unallocated range            | —      | Yes      | Yes        |
| Risky destination            | —      | Yes      | Yes        |
| Timezone                     | —      | —        | Yes        |
| Reachability\*               | —      | —        | Yes        |
| Roaming status\*             | —      | —        | Yes        |

\*Reachability and roaming statuses are available for mobile numbers in selected countries. Contact your account manager for details.

## Validate one or more numbers

Follow the steps below to validate phone numbers.

<Steps>
  <Step title="Navigate to the Wavix Number validator">
    Go to **Solutions** → [**Number validator**](https://app.wavix.com/validator/numbers) in the top menu.

    <img src="https://mintcdn.com/wavix/3MS0_CUUzZjZJnS_/numbers/images/number-validator/number-validator-list.png?fit=max&auto=format&n=3MS0_CUUzZjZJnS_&q=85&s=836bb9f8312c1278258084595eb8962b" alt="Number validator requests" title="Number validator requests" style={{ width:"50%" }} className="mx-auto" width="5792" height="2268" data-path="numbers/images/number-validator/number-validator-list.png" />

    Select **Create new**
  </Step>

  <Step title="Create a validation request">
    1. (Optional) Enter a request name.

    2. Enter up to 1,000 numbers by pasting them (separated by commas or new lines), or upload a CSV file with up to 100,000 rows. The file must include a single column of E.164-formatted numbers. Don't include a column header.

    3. Select the request type.
           <img src="https://mintcdn.com/wavix/3MS0_CUUzZjZJnS_/numbers/images/number-validator/number-validator-request.png?fit=max&auto=format&n=3MS0_CUUzZjZJnS_&q=85&s=d2a2c4a55615fd87d2c1c8fdd49e0369" alt="Create Number validator request" title="Create Number validator request" style={{ width:"50%" }} className="mx-auto" width="5792" height="4432" data-path="numbers/images/number-validator/number-validator-request.png" />

    4. Choose **Create**
  </Step>

  <Step title="Review the results">
    When the request is complete, select the three-dot menu and choose **Download report** to get a CSV file with the results.
    Here's an example:

    ```csv theme={null}
        Number, Country, Country code, Valid, Local format, E164 format
        35677600964, Malta, MT, YES, 7760 0964, 35677600964
        33237913520, France, FR, YES, 02 37 91 35 20, 33237913520
        48605724178, Poland, PL, YES, 605 724 178, 48605724178
        13602935393, United States of America, US, YES, (360) 293-5393, 13602935393
    ```
  </Step>
</Steps>
