Federal Contractor

VERIZON BUSINESS NETWORK SERVICES LLC Federal Contract Obligations (Last Year)

VERIZON BUSINESS NETWORK SERVICES LLC recorded $464.66 million in obligated federal awards across 1,277 actions in the last full year.

Federal procurement activity for VERIZON BUSINESS NETWORK SERVICES LLC, CAGE 1L027, UEI GEYFS4D96R55, was concentrated in communications-related obligations during the last full year. DISA accounted for the largest share of obligations, while the top NAICS codes were led by wired telecommunications carriers and telecommunications resellers.

Generated at 03/21/2026

Analysis period: Last full year

Amounts reflect obligated dollars for the analysis window and may differ from award totals or later-modified records.

CAGE Code
1L027
UEI
GEYFS4D96R55
Total Obligated
464.66 million
464,664,354.32
Award Actions
1,277
Average Action Value
363,871.85

About VERIZON BUSINESS NETWORK SERVICES LLC federal contract activity

VERIZON BUSINESS NETWORK SERVICES LLC recorded $464.66 million in obligated contract activity across 1,277 awards during the last full year, with an average award value of $363,871.85. The company’s federal business is volume-heavy, indicating broad participation across many procurement actions rather than reliance on a small number of very large awards.

Agency mix and customer concentration

Defense Information Systems Agency (DISA) was the largest buyer, accounting for $146.14 million across 772 awards, or about 31.4% of total obligated dollars. The next largest buyers were the Office of the Assistant Secretary for Administration, the Federal Bureau of Investigation, the Internal Revenue Service, and the Social Security Administration, showing a mix of defense, law enforcement, tax, and civilian administrative demand.

Industry profile based on NAICS activity

Contracting activity was concentrated in NAICS 517110, Wired Telecommunications Carriers, which represented $376.81 million and 645 awards, making it the clear core line of business. Telecommunications resellers, wireless telecommunications carriers, and related wired telecommunications categories added smaller but meaningful shares, while research and development obligations were immaterial by comparison.

Annual contract trend over the analysis window

The annual trend shows a single reporting year, 2025, with total obligated dollars of $464.66 million across 1,277 awards. Because only one year is present in the analysis window, this dataset supports level analysis but not year-over-year trend assessment.

How to interpret this page

This page summarizes FPDS-observed obligations for VERIZON BUSINESS NETWORK SERVICES LLC using the provided CAGE code and UEI over the last full year. Values reflect obligated dollars and award counts as captured in the source data; agency and NAICS shares are based on the supplied aggregates, and no information beyond the provided dataset was inferred.

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 1 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) 146,135,561.22 146.14 million 772
7570 OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION (ASA) 75,647,146.99 75.65 million 9
1549 FEDERAL BUREAU OF INVESTIGATION 60,009,534.48 60.01 million 44
2050 INTERNAL REVENUE SERVICE 53,537,909.78 53.54 million 14
2800 SOCIAL SECURITY ADMINISTRATION 45,118,672.59 45.12 million 9
1605 OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION AND MANAGEMENT 18,606,830.57 18.61 million 27
1301 OFFICE OF THE SECRETARY 14,466,453.66 14.47 million 50
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 11,915,546.00 11.92 million 17
7008 U.S. COAST GUARD 8,914,864.35 8.91 million 4
3100 NUCLEAR REGULATORY COMMISSION 7,273,997.04 7.27 million 7

Insight

In the last full year, VERIZON BUSINESS NETWORK SERVICES LLC received $464.66 million across 1,277 awards, with obligations concentrated at DISA, which accounted for $146.14 million across 772 awards. The remaining top agencies were materially smaller and more distributed, led by the Office of the Assistant Secretary for Administration ($75.65 million, 9 awards), the FBI ($60.01 million, 44 awards), the IRS ($53.54 million, 14 awards), and SSA ($45.12 million, 9 awards). This pattern indicates a heavy concentration in defense information systems spending, with additional awards spread across civilian agencies at lower volumes and fewer actions.

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 1 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 376,805,808.06 376.81 million 645
517911 TELECOMMUNICATIONS RESELLERS 36,329,492.79 36.33 million 458
517112 WIRELESS TELECOMMUNICATIONS CARRIERS (EXCEPT SATELLITE) 28,234,544.12 28.23 million 7
517111 WIRED TELECOMMUNICATIONS CARRIERS 19,075,067.31 19.08 million 87
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 1,991,595.00 1.99 million 4
517311 WIRED TELECOMMUNICATIONS CARRIERS 1,803,734.90 1.80 million 67
334210 TELEPHONE APPARATUS MANUFACTURING 240,000.00 240.00 thousand 2
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 204,254.69 204.25 thousand 2
517810 ALL OTHER TELECOMMUNICATIONS 17,438.90 17.44 thousand 1
541330 ENGINEERING SERVICES 0.00 0.00 1

Insight

Verizon Business Network Services LLC’s obligations are highly concentrated in NAICS 517110, Wired Telecommunications Carriers, which accounts for $376.81 million across 645 awards, or roughly 81% of the $464.66 million obligated in the last full year. The next largest category, NAICS 517911 Telecommunications Resellers, adds $36.33 million across 458 awards, while NAICS 517112 contributes $28.23 million but only 7 awards, indicating a smaller number of comparatively larger actions in that line of business. Obligations outside the top three NAICS codes are limited and dispersed across several minor categories, with no other NAICS exceeding $20 million.

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 1 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

Insight

In the last full year, VERIZON BUSINESS NETWORK SERVICES LLC (CAGE 1L027) received $464.66 million across 1,277 awards, for an average award value of $363,871.85. The obligations are concentrated entirely in 2025 within the 1-year window provided, so no multi-year trend can be assessed from this dataset. The volume of awards suggests a high-frequency award pattern with a moderate average dollar value per action.

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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.