Federal Contractor

VERIZON BUSINESS NETWORK SERVICES LLC Federal Contract Obligations (Last 10 Years)

VERIZON BUSINESS NETWORK SERVICES LLC has received 9,687 federal award actions totaling $3.22 billion over the last 10 years, led by work with DISA and telecommunications-related NAICS categories.

In the last 10 years, VERIZON BUSINESS NETWORK SERVICES LLC, CAGE 1L027 and UEI GEYFS4D96R55, recorded $3,219,355,261.59 in obligated federal awards across 9,687 actions, for an average action value of $332,337.69. Most of this activity came from the Defense Information Systems Agency, the Social Security Administration, and other civilian and defense buyers, with wired telecommunications services accounting for the largest share of obligations.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual totals in this view range from $291.56 million in 2021 to $496.37 million in 2022, based on readable FPDS obligation data for the selected 10-year window.

CAGE Code
1L027
UEI
GEYFS4D96R55
Total Obligated
3.22 billion
3,219,355,261.59
Award Actions
9,687
Average Action Value
332,337.69

About VERIZON BUSINESS NETWORK SERVICES LLC federal contract activity

VERIZON BUSINESS NETWORK SERVICES LLC, matched to CAGE 1L027 and UEI GEYFS4D96R55, recorded $3.22 billion in FPDS obligations across 9,687 awards over the last 10 years. The average award value was $332,337.69, indicating a high-volume contracting profile with a mix of recurring telecom services and larger network or infrastructure commitments.

Agency mix and customer concentration

The contract base is highly concentrated in the Defense Information Systems Agency (DISA), which accounts for $1.19 billion and 6,282 awards, making it the clear primary buyer. The next largest obligations come from the Social Security Administration, the Office of the Assistant Secretary for Administration, the Internal Revenue Service, and the Federal Aviation Administration, suggesting broad civilian and defense demand but far lower award counts outside DISA.

Industry profile based on NAICS activity

Obligations are dominated by telecommunications NAICS codes, led by 517110 with $2.27 billion and 6,920 awards. Additional spending is spread across 517919, 517111, and 517210, while 541519 appears as a smaller but meaningful adjacent services category, consistent with network, connectivity, and related support work.

Annual contract trend over the analysis window

Annual obligations remained strong and fairly steady across the visible years, ranging from $291.56 million in 2021 to $496.37 million in 2022, with continued high levels in 2023 through 2025. Award volumes also stayed elevated, peaking at 1,819 awards in 2024, which indicates sustained tasking rather than reliance on a small number of large awards.

How to interpret this page

This summary is based on FPDS award records for the last 10 years using the provided vendor identifiers, CAGE 1L027 and UEI GEYFS4D96R55. Agency, NAICS, and annual figures reflect total obligated dollars and award counts in the supplied dataset; values are presented as reported and rounded for readability.

Top Agencies

SELECT
    agency_id,
    agency_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
        anyHeavy(content__award__purchaserInformation__contractingOfficeAgencyID__name) AS agency_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '1L027'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY agency_id
)
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Award Actions
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 1,192,561,806.36 1.19 billion 6,282
2800 SOCIAL SECURITY ADMINISTRATION 563,182,393.30 563.18 million 109
7570 OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION (ASA) 401,307,406.57 401.31 million 79
2050 INTERNAL REVENUE SERVICE 369,079,501.18 369.08 million 309
6920 FEDERAL AVIATION ADMINISTRATION 198,258,336.52 198.26 million 63
1549 FEDERAL BUREAU OF INVESTIGATION 96,722,122.26 96.72 million 162
1605 OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION AND MANAGEMENT 84,096,761.94 84.10 million 175
1540 FEDERAL PRISON SYSTEM / BUREAU OF PRISONS 45,636,387.18 45.64 million 104
1301 OFFICE OF THE SECRETARY 42,707,252.09 42.71 million 271
1450 BUREAU OF INDIAN AFFAIRS 40,258,779.08 40.26 million 51

Insight

Over the last 10 years, VERIZON BUSINESS NETWORK SERVICES LLC has obligated $3.22 billion across 9,687 awards, with spend highly concentrated at the Defense Information Systems Agency (DISA), which accounts for $1.19 billion and 6,282 awards. The remaining obligations are distributed across multiple civilian agencies, led by SSA ($563.18 million), ASA ($401.31 million), IRS ($369.08 million), and FAA ($198.26 million), indicating a broad interagency footprint outside DISA. Award volume is materially more dispersed than dollars, with several agencies posting relatively low award counts but substantial obligations, suggesting fewer, higher-value actions at the top non-DISA agencies.

Top NAICS

SELECT
    naics_code,
    naics_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
        anyHeavy(content__award__productOrServiceInformation__principalNAICSCode__description) AS naics_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '1L027'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY naics_code
)
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Award Actions
517110 WIRED TELECOMMUNICATIONS CARRIERS 2,272,111,867.62 2.27 billion 6,920
517919 ALL OTHER TELECOMMUNICATIONS 292,918,910.90 292.92 million 88
517111 WIRED TELECOMMUNICATIONS CARRIERS 217,506,433.29 217.51 million 157
517210 WIRELESS TELECOMMUNICATIONS CARRIERS (EXCEPT SATELLITE) 156,197,421.00 156.20 million 40
541519 OTHER COMPUTER RELATED SERVICES 107,551,564.78 107.55 million 227
517911 TELECOMMUNICATIONS RESELLERS 106,728,280.10 106.73 million 1,720
517112 WIRELESS TELECOMMUNICATIONS CARRIERS (EXCEPT SATELLITE) 43,336,202.96 43.34 million 10
517311 WIRED TELECOMMUNICATIONS CARRIERS 16,680,410.52 16.68 million 443
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 3,146,395.00 3.15 million 5
334210 TELEPHONE APPARATUS MANUFACTURING 1,367,964.22 1.37 million 8

Insight

Over the last 10 years, VERIZON BUSINESS NETWORK SERVICES LLC has received 3.22 billion across 9,687 awards, with obligations heavily concentrated in NAICS 517110, which accounts for 2.27 billion and 6,920 awards. The next largest categories are 517919 (292.92 million), 517111 (217.51 million), and 517210 (156.20 million), indicating a strong telecommunications mix with some spread across related wired, wireless, and reseller codes. Outside telecommunications, obligations are comparatively limited and dispersed, led by 541519 at 107.55 million and 541715 at 3.15 million, suggesting only modest diversification beyond the core telecom base.

Annual Trend

SELECT
    year,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '1L027'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 464,664,354.32 464.66 million 1,277
2024 482,342,943.30 482.34 million 1,819
2023 381,435,653.76 381.44 million 1,235
2022 496,372,602.75 496.37 million 1,605
2021 291,560,495.70 291.56 million 966
2020 389,593,126.99 389.59 million 579
2019 499,637,347.30 499.64 million 832
2018 177,079,745.22 177.08 million 859
2017 35,725,552.20 35.73 million 506
2016 943,440.05 943.44 thousand 9

Insight

Over the last 10 years, VERIZON BUSINESS NETWORK SERVICES LLC (CAGE 1L027) received $3.22 billion across 9,687 awards, averaging $332.3K per award. Obligations are concentrated in recent years, with 2019, 2022, 2024, and 2025 each exceeding $464 million, while 2016-2017 were minimal by comparison, indicating a sharp expansion from a low base. Award volume is also higher in the later years, with the largest count in 2024 (1,819) and sustained activity in 2022 and 2025, suggesting continued use at scale rather than a one-time spike.

Use FPDS Query for deeper contractor analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper contractor analysis across buying agencies, NAICS, and annual trends.

Continue from this last 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.