In the last full year, CELLCO PARTNERSHIP received 151,355,402.20 in federal obligations across 3,262 award actions, for an average action value of 46,399.57. The largest obligations came from the Department of Veterans Affairs, USDA Departmental Administration, the Department of the Army, the Department of the Navy, and the Federal Aviation Administration.
Federal Contractor
CELLCO PARTNERSHIP Federal Contract Obligations (Last Year)
CELLCO PARTNERSHIP (CAGE 1HWU7, UEI CK77N4SCAJD3) recorded 151.36 million in obligated federal awards across 3,262 actions in the last full year.
Agency and NAICS totals reflect obligated amounts in the analysis window; one NAICS row shows a small negative obligated value, which may indicate a deobligation or adjustment.
About CELLCO PARTNERSHIP federal contract activity
CELLCO PARTNERSHIP (CAGE 1HWU7, UEI CK77N4SCAJD3) recorded $151.36 million in obligated value across 3,262 FPDS awards in the last full year, for an average award value of $46,399.57. The award profile is high-volume and low-to-moderate dollar value overall, consistent with recurring telecommunications procurement activity.
Agency mix and customer concentration
Obligations were concentrated in a small set of agencies, led by the Department of Veterans Affairs at $35.31 million, followed by USDA Departmental Administration at $20.56 million. The Department of the Army and Department of the Navy also represented meaningful demand, with 570 and 335 awards respectively, while FAA contributed $8.00 million. This mix indicates a broad federal customer base with notable concentration in defense and civilian agencies that rely on communications services.
Industry profile based on NAICS activity
The vendor’s obligations were overwhelmingly tied to telecommunications NAICS codes. NAICS 517112 accounted for $82.15 million across 866 awards and NAICS 517312 accounted for $73.60 million across 2,185 awards, together representing nearly all reported obligated value in the period. Smaller activity appeared under engineering services and wired telecommunications, with one negative-obligation entry under NAICS 334220 suggesting a minor adjustment rather than a material line of business.
Annual contract trend over the analysis window
The annual trend shows $151.36 million obligated in 2025, with 3,262 awards recorded for the year. Because only one annual observation is provided for the analysis window, the data supports a level view rather than a directional trend assessment. The available result nonetheless indicates sustained procurement activity at scale during the period.
How to interpret this page
This summary is based on FPDS award records for the last full year associated with CAGE 1HWU7 and UEI CK77N4SCAJD3. Obligated dollars, award counts, and categorical rollups by agency and NAICS were taken directly from the provided dataset; no external sources were used. Negative obligated amounts are retained as reported in the source data.
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 = '1HWU7'
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 |
|---|---|---|---|---|
| 3600 | VETERANS AFFAIRS, DEPARTMENT OF | 35,305,198.95 | 35.31 million | 13 |
| 1205 | USDA, DEPARTMENTAL ADMINISTRATION | 20,561,666.30 | 20.56 million | 8 |
| 2100 | DEPT OF THE ARMY | 16,466,204.18 | 16.47 million | 570 |
| 1700 | DEPT OF THE NAVY | 13,668,291.80 | 13.67 million | 335 |
| 6920 | FEDERAL AVIATION ADMINISTRATION | 8,004,812.00 | 8.00 million | 14 |
| 1301 | OFFICE OF THE SECRETARY | 6,249,886.55 | 6.25 million | 156 |
| 6925 | FEDERAL HIGHWAY ADMINISTRATION | 5,768,872.81 | 5.77 million | 8 |
| 7014 | U.S. CUSTOMS AND BORDER PROTECTION | 4,296,667.18 | 4.30 million | 37 |
| 1422 | BUREAU OF LAND MANAGEMENT | 3,966,046.54 | 3.97 million | 3 |
| 1501 | OFFICES, BOARDS AND DIVISIONS | 3,883,763.16 | 3.88 million | 152 |
Insight
CELLCO PARTNERSHIP obligated $151.36 million across 3,262 awards in the last full year, with spending concentrated at a small number of agencies. The Department of Veterans Affairs led obligations at $35.31 million, followed by USDA Departmental Administration at $20.56 million; together, these two agencies accounted for about 37 percent of total obligated dollars. By award count, the Department of the Army and Department of the Navy were the largest users, with 570 and 335 awards respectively, indicating a broader distribution of smaller transactions across defense 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 = '1HWU7'
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 |
|---|---|---|---|---|
| 517112 | WIRELESS TELECOMMUNICATIONS CARRIERS (EXCEPT SATELLITE) | 82,150,995.28 | 82.15 million | 866 |
| 517312 | WIRELESS TELECOMMUNICATIONS CARRIERS (EXCEPT SATELLITE) | 73,602,943.50 | 73.60 million | 2,185 |
| 541330 | ENGINEERING SERVICES | 13,488.26 | 13.49 thousand | 5 |
| 517111 | WIRED TELECOMMUNICATIONS CARRIERS | 3,381.61 | 3.38 thousand | 4 |
| 334220 | RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING | -1,679.98 | -1.68 thousand | 1 |
| 334111 | ELECTRONIC COMPUTER MANUFACTURING | -3,089.92 | -3.09 thousand | 1 |
| 517311 | WIRED TELECOMMUNICATIONS CARRIERS | -9,112.87 | -9.11 thousand | 3 |
| 541990 | ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES | -17,914.44 | -17.91 thousand | 3 |
| 517110 | WIRED TELECOMMUNICATIONS CARRIERS | -22,879.96 | -22.88 thousand | 1 |
| 517210 | WIRELESS TELECOMMUNICATIONS CARRIERS (EXCEPT SATELLITE) | -518,793.14 | -518.79 thousand | 16 |
Insight
CELLCO PARTNERSHIP’s obligations over the last full year were highly concentrated in wireless telecommunications, with NAICS 517112 and 517312 accounting for $155.75 million of the $151.36 million total before offsets and representing the vast majority of the 3,262 awards. Award activity is also heavily distributed within these two codes, with 2,185 awards under NAICS 517312 and 866 under NAICS 517112, indicating a large volume of relatively small transactions alongside significant obligated dollars. Other NAICS codes contributed only marginal amounts, and several categories reflected negative obligations, suggesting deobligations or adjustments rather than new spending.
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 = '1HWU7'
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 | 151,355,402.20 | 151.36 million | 3,262 |
Insight
For the last full year, CELLCO PARTNERSHIP (CAGE 1HWU7) recorded $151.36 million in obligated value across 3,262 awards, with an average award value of $46,399.57. This indicates a high-volume, low-dollar award profile rather than reliance on a small number of large obligations. With only one year of data in the 1-year window, no year-over-year trend can be assessed from the provided information.
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.